Merge "Update bluetooth setting for AssociationInfo"

This commit is contained in:
Evan Chen
2022-01-10 18:06:50 +00:00
committed by Android (Google) Code Review

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