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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 158 public static final int PRIORITY_UNDEFINED = -1;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 439 (hidService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
444 (a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
449 (headsetService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
460 hidService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
462 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
464 headsetService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
AdapterService.java 235 (hidService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
243 (a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
250 (headsetService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))){
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 195 BluetoothProfile.PRIORITY_UNDEFINED);
287 if (service == null) return BluetoothProfile.PRIORITY_UNDEFINED;
A2dpStateMachine.java 684 ((BluetoothProfile.PRIORITY_UNDEFINED == priority) &&
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 182 if (service == null) return BluetoothProfile.PRIORITY_UNDEFINED;
392 BluetoothProfile.PRIORITY_UNDEFINED);
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 205 return BluetoothProfile.PRIORITY_UNDEFINED;
503 BluetoothProfile.PRIORITY_UNDEFINED);
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 355 if (service == null) return BluetoothProfile.PRIORITY_UNDEFINED;
459 BluetoothProfile.PRIORITY_UNDEFINED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 532 BluetoothProfile.PRIORITY_UNDEFINED);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 560 BluetoothProfile.PRIORITY_UNDEFINED);
    [all...]

Completed in 494 milliseconds