diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java index d9054a8bf77..cb891a23092 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java @@ -104,7 +104,6 @@ public class BluetoothDetailsCompanionAppsControllerTest extends associationId, /* userId */ 0, packageName, - /* tag */ null, MacAddress.fromString(mCachedDevice.getAddress()), /* displayName */ null, /* deviceProfile */ "", @@ -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);