Loading tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -104,7 +104,6 @@ public class BluetoothDetailsCompanionAppsControllerTest extends associationId, /* userId */ 0, packageName, /* tag */ null, MacAddress.fromString(mCachedDevice.getAddress()), /* displayName */ null, /* deviceProfile */ "", Loading @@ -116,7 +115,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends /* timeApprovedMs */ System.currentTimeMillis(), /* lastTimeConnected */ Long.MAX_VALUE, /* systemDataSyncFlags */ -1, /* deviceIcon */ null); /* deviceIcon */ null, /* deviceId */ null); mAssociations.add(association); showScreen(mController); Loading Loading
tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -104,7 +104,6 @@ public class BluetoothDetailsCompanionAppsControllerTest extends associationId, /* userId */ 0, packageName, /* tag */ null, MacAddress.fromString(mCachedDevice.getAddress()), /* displayName */ null, /* deviceProfile */ "", Loading @@ -116,7 +115,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends /* timeApprovedMs */ System.currentTimeMillis(), /* lastTimeConnected */ Long.MAX_VALUE, /* systemDataSyncFlags */ -1, /* deviceIcon */ null); /* deviceIcon */ null, /* deviceId */ null); mAssociations.add(association); showScreen(mController); Loading