Loading tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends /* lastTimeConnected */ Long.MAX_VALUE, /* systemDataSyncFlags */ -1, /* deviceIcon */ null, /* deviceId */ null); /* deviceId */ null, /* packageToNotify */ null); mAssociations.add(association); showScreen(mController); Loading tests/robotests/src/com/android/settings/bluetooth/ForgetDeviceDialogFragmentTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -220,7 +220,8 @@ public class ForgetDeviceDialogFragmentTest { /* lastTimeConnected */ Long.MAX_VALUE, /* systemDataSyncFlags */ -1, /* deviceIcon */ null, /* deviceId */ null); /* deviceId */ null, /* packageToNotify */ null); mAssociations.add(association); } Loading Loading
tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends /* lastTimeConnected */ Long.MAX_VALUE, /* systemDataSyncFlags */ -1, /* deviceIcon */ null, /* deviceId */ null); /* deviceId */ null, /* packageToNotify */ null); mAssociations.add(association); showScreen(mController); Loading
tests/robotests/src/com/android/settings/bluetooth/ForgetDeviceDialogFragmentTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -220,7 +220,8 @@ public class ForgetDeviceDialogFragmentTest { /* lastTimeConnected */ Long.MAX_VALUE, /* systemDataSyncFlags */ -1, /* deviceIcon */ null, /* deviceId */ null); /* deviceId */ null, /* packageToNotify */ null); mAssociations.add(association); } Loading