commit | e3e348b2dcfbd539d4ff0bb9c78089c53b2a7164 | [log] [tgz] |
---|---|---|
author | Evan Chen <evanxinchen@google.com> | Tue Sep 17 18:08:29 2024 +0000 |
committer | Evan Chen <evanxinchen@google.com> | Tue Sep 17 18:22:29 2024 +0000 |
tree | 5a287198653b53907250690243503ceba284d0d8 | |
parent | dcc253096424033f33598774d64f93c64ccf3ded [diff] |
Update AssociationInfo with deviceIcon field Test: CTS Bug: 341057668 Flag: EXEMPT bugfix Change-Id: I1398f4a225bf84ccb80438e0ce5f04f2ee844f27
diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java index faea3d8..d9054a8 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java
@@ -115,7 +115,8 @@ /* pending */ false, /* timeApprovedMs */ System.currentTimeMillis(), /* lastTimeConnected */ Long.MAX_VALUE, - /* systemDataSyncFlags */ -1); + /* systemDataSyncFlags */ -1, + /* deviceIcon */ null); mAssociations.add(association); showScreen(mController);