commit | 64e6c08e49fbb375a94abf80068085577c2cbe06 | [log] [tgz] |
---|---|---|
author | Raphael Kim <raphk@google.com> | Thu Sep 15 10:21:48 2022 -0700 |
committer | Raphael Kim <raphk@google.com> | Thu Sep 15 10:49:06 2022 -0700 |
tree | 369aed3e5175df0a1d75f9375327506a0d8c4ff2 | |
parent | f00356aee8c71616ea631c05bb297ece96c6cdc6 [diff] |
Fix build error from AssociationInfo constructor change Bug: 225377622 Test: affected test is @Ignore'd Change-Id: I8203e5cab2e011bd5357bb80ddc67b42b1d9793f
diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java index 86829b4..ee4bdc1 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 @@ MacAddress.fromString(mCachedDevice.getAddress()), /* displayName */ null, /* deviceProfile */ "", + /* associatedDevice */ null, /* selfManaged */ false, /* notifyOnDeviceNearby */ true, /* revoked */ false,