Update bluetooth setting for AssociationInfo

Bug: 205738945
Test: Manually test
Change-Id: Id46b2632abe7b44fe8d0538a4b58e273c913c889
This commit is contained in:
Evan Chen
2021-12-23 17:52:01 +00:00
parent c17bef1711
commit ca2d21416d

View File

@@ -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);