Merge "Update bluetooth setting for AssociationInfo"
This commit is contained in:
@@ -109,7 +109,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
|
||||
/* deviceProfile */ "",
|
||||
/* selfManaged */ false,
|
||||
/* notifyOnDeviceNearby */ true,
|
||||
/* timeApprovedMs */ System.currentTimeMillis());
|
||||
/* timeApprovedMs */ System.currentTimeMillis(),
|
||||
/* lastTimeConnected */ Long.MAX_VALUE);
|
||||
|
||||
mAssociations.add(association);
|
||||
showScreen(mController);
|
||||
|
Reference in New Issue
Block a user