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,
|
associationId,
|
||||||
/* userId */ 0,
|
/* userId */ 0,
|
||||||
packageName,
|
packageName,
|
||||||
/* tag */ null,
|
|
||||||
MacAddress.fromString(mCachedDevice.getAddress()),
|
MacAddress.fromString(mCachedDevice.getAddress()),
|
||||||
/* displayName */ null,
|
/* displayName */ null,
|
||||||
/* deviceProfile */ "",
|
/* deviceProfile */ "",
|
||||||
@@ -116,7 +115,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
|
|||||||
/* timeApprovedMs */ System.currentTimeMillis(),
|
/* timeApprovedMs */ System.currentTimeMillis(),
|
||||||
/* lastTimeConnected */ Long.MAX_VALUE,
|
/* lastTimeConnected */ Long.MAX_VALUE,
|
||||||
/* systemDataSyncFlags */ -1,
|
/* systemDataSyncFlags */ -1,
|
||||||
/* deviceIcon */ null);
|
/* deviceIcon */ null,
|
||||||
|
/* deviceId */ null);
|
||||||
|
|
||||||
mAssociations.add(association);
|
mAssociations.add(association);
|
||||||
showScreen(mController);
|
showScreen(mController);
|
||||||
|
Reference in New Issue
Block a user