Update bluetooth setting for AssociationInfo
Bug: 205738945 Test: Manually test Change-Id: Id46b2632abe7b44fe8d0538a4b58e273c913c889
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