Merge "Add contextSyncEnabled to AssociationInfo"
This commit is contained in:
@@ -112,7 +112,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
|
|||||||
/* notifyOnDeviceNearby */ true,
|
/* notifyOnDeviceNearby */ true,
|
||||||
/* revoked */ false,
|
/* revoked */ false,
|
||||||
/* timeApprovedMs */ System.currentTimeMillis(),
|
/* timeApprovedMs */ System.currentTimeMillis(),
|
||||||
/* lastTimeConnected */ Long.MAX_VALUE);
|
/* lastTimeConnected */ Long.MAX_VALUE,
|
||||||
|
/* systemDataSyncFlags */ -1);
|
||||||
|
|
||||||
mAssociations.add(association);
|
mAssociations.add(association);
|
||||||
showScreen(mController);
|
showScreen(mController);
|
||||||
|
Reference in New Issue
Block a user