diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java index 0f7bf20b9f7..3fa306f18d0 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java @@ -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);