Loading tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading