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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 131 public static final int PRIORITY_UNDEFINED = -1;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 307 (hidService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
312 (a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
317 (headsetService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
328 hidService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
330 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
332 headsetService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 175 BluetoothProfile.PRIORITY_UNDEFINED);
263 if (service == null) return BluetoothProfile.PRIORITY_UNDEFINED;
A2dpStateMachine.java 648 ((BluetoothProfile.PRIORITY_UNDEFINED == priority) &&
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 181 if (service == null) return BluetoothProfile.PRIORITY_UNDEFINED;
378 BluetoothProfile.PRIORITY_UNDEFINED);
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 338 if (service == null) return BluetoothProfile.PRIORITY_UNDEFINED;
442 BluetoothProfile.PRIORITY_UNDEFINED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 585 BluetoothProfile.PRIORITY_UNDEFINED);
790 if (service == null) return BluetoothProfile.PRIORITY_UNDEFINED;

Completed in 511 milliseconds