From 64e6c08e49fbb375a94abf80068085577c2cbe06 Mon Sep 17 00:00:00 2001 From: Raphael Kim Date: Thu, 15 Sep 2022 10:21:48 -0700 Subject: [PATCH] Fix build error from AssociationInfo constructor change Bug: 225377622 Test: affected test is @Ignore'd Change-Id: I8203e5cab2e011bd5357bb80ddc67b42b1d9793f --- .../bluetooth/BluetoothDetailsCompanionAppsControllerTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java index 86829b40081..ee4bdc1c78a 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java @@ -107,6 +107,7 @@ public class BluetoothDetailsCompanionAppsControllerTest extends MacAddress.fromString(mCachedDevice.getAddress()), /* displayName */ null, /* deviceProfile */ "", + /* associatedDevice */ null, /* selfManaged */ false, /* notifyOnDeviceNearby */ true, /* revoked */ false,