Update AssociationInfo with deviceIcon field

Test: CTS
Bug: 341057668
Flag:  EXEMPT bugfix

Change-Id: I1398f4a225bf84ccb80438e0ce5f04f2ee844f27
This commit is contained in:
Evan Chen
2024-09-17 18:08:29 +00:00
parent dcc2530964
commit e3e348b2dc

View File

@@ -115,7 +115,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
/* pending */ false,
/* timeApprovedMs */ System.currentTimeMillis(),
/* lastTimeConnected */ Long.MAX_VALUE,
/* systemDataSyncFlags */ -1);
/* systemDataSyncFlags */ -1,
/* deviceIcon */ null);
mAssociations.add(association);
showScreen(mController);