From 61ea6782f5a5080fc50112e27d4adc76210ad8c6 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Wed, 11 May 2022 18:10:01 -0700 Subject: [PATCH] Update AssociationIno creation for Bluetooth test Bug: 189250370 Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothDetailsCompanionAppsControllerTest Change-Id: Iebbd2ca754b20d251f7a128bc2c460b4c3093762 Merged-In: Iebbd2ca754b20d251f7a128bc2c460b4c3093762 --- .../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 3fa306f18d0..86829b40081 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java @@ -109,6 +109,7 @@ public class BluetoothDetailsCompanionAppsControllerTest extends /* deviceProfile */ "", /* selfManaged */ false, /* notifyOnDeviceNearby */ true, + /* revoked */ false, /* timeApprovedMs */ System.currentTimeMillis(), /* lastTimeConnected */ Long.MAX_VALUE);