HomeSort by relevance Sort by last modified time
    Searched refs:BLUETOOTH_DEVICE_CONNECTION_PRIORITY_1 (Results 1 - 5 of 5) sorted by null

  /packages/services/Car/car-lib/src/android/car/
CarBluetoothManager.java 46 BLUETOOTH_DEVICE_CONNECTION_PRIORITY_1})
51 public static final int BLUETOOTH_DEVICE_CONNECTION_PRIORITY_1 = 1;
  /packages/services/Car/service/src/com/android/car/
CarBluetoothService.java 95 if (priorityToSet == CarBluetoothManager.BLUETOOTH_DEVICE_CONNECTION_PRIORITY_1) {
122 CarBluetoothManager.BLUETOOTH_DEVICE_CONNECTION_PRIORITY_1)) {
BluetoothDevicesInfo.java 201 CarBluetoothManager.BLUETOOTH_DEVICE_CONNECTION_PRIORITY_1) != null) {
202 return CarBluetoothManager.BLUETOOTH_DEVICE_CONNECTION_PRIORITY_1 + 1;
BluetoothDeviceConnectionPolicy.java 165 CarBluetoothManager.BLUETOOTH_DEVICE_CONNECTION_PRIORITY_1
    [all...]
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
BluetoothAutoConnectPolicyTest.java 551 CarBluetoothManager.BLUETOOTH_DEVICE_CONNECTION_PRIORITY_1);

Completed in 746 milliseconds