commit | ff44a7814529f6b7c6e2f27e199144be29dda78f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Dec 13 00:25:13 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 13 00:25:13 2019 +0000 |
tree | 14c6205d6699f44c410671d7c0c45c4e953aa35f | |
parent | 30a4d24f0357579f2fe599b045d9a1d12d9df3d9 [diff] | |
parent | ee03851604aecedadfc1b57c3da5fd07fd1dedc5 [diff] |
Merge "Update Bluetooth api"
diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsProfilesControllerTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsProfilesControllerTest.java index 57fd86b..9637884 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsProfilesControllerTest.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsProfilesControllerTest.java
@@ -143,7 +143,8 @@ @Override public int getPreferred(BluetoothDevice device) { return isPreferred(device) ? - BluetoothProfile.PRIORITY_ON : BluetoothProfile.PRIORITY_OFF; + BluetoothProfile.CONNECTION_POLICY_ALLOWED + : BluetoothProfile.CONNECTION_POLICY_FORBIDDEN; } @Override