Add deviceId in AssociaitonInfo
Test: cts Bug: 330793944 Flag: EXEMPT trivial bugfix Change-Id: Ib6860f8950f022689ae0c9ef6b4b6794e727c8f9
This commit is contained in:
@@ -104,7 +104,6 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
|
||||
associationId,
|
||||
/* userId */ 0,
|
||||
packageName,
|
||||
/* tag */ null,
|
||||
MacAddress.fromString(mCachedDevice.getAddress()),
|
||||
/* displayName */ null,
|
||||
/* deviceProfile */ "",
|
||||
@@ -116,7 +115,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
|
||||
/* timeApprovedMs */ System.currentTimeMillis(),
|
||||
/* lastTimeConnected */ Long.MAX_VALUE,
|
||||
/* systemDataSyncFlags */ -1,
|
||||
/* deviceIcon */ null);
|
||||
/* deviceIcon */ null,
|
||||
/* deviceId */ null);
|
||||
|
||||
mAssociations.add(association);
|
||||
showScreen(mController);
|
||||
|
Reference in New Issue
Block a user