commit | 10175bf1ceac81c8dd4b25fba46eb9da253aa4ef | [log] [tgz] |
---|---|---|
author | Evan Chen <evanxinchen@google.com> | Wed Oct 09 05:42:30 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Oct 09 05:42:30 2024 +0000 |
tree | d41baaba847f1183a15688e3be4b8ce01ed532c4 | |
parent | 685f66695f1510cee91f441ed0308d4af8b0e6ac [diff] | |
parent | e3e348b2dcfbd539d4ff0bb9c78089c53b2a7164 [diff] |
Merge "Update AssociationInfo with deviceIcon field" into main
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);