Loading tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsProfilesControllerTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,8 @@ public class BluetoothDetailsProfilesControllerTest extends BluetoothDetailsCont @Override public int getPreferred(BluetoothDevice device) { return isPreferred(device) ? BluetoothProfile.PRIORITY_ON : BluetoothProfile.PRIORITY_OFF; BluetoothProfile.CONNECTION_POLICY_ALLOWED : BluetoothProfile.CONNECTION_POLICY_FORBIDDEN; } @Override Loading Loading
tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsProfilesControllerTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,8 @@ public class BluetoothDetailsProfilesControllerTest extends BluetoothDetailsCont @Override public int getPreferred(BluetoothDevice device) { return isPreferred(device) ? BluetoothProfile.PRIORITY_ON : BluetoothProfile.PRIORITY_OFF; BluetoothProfile.CONNECTION_POLICY_ALLOWED : BluetoothProfile.CONNECTION_POLICY_FORBIDDEN; } @Override Loading