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

  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 87 public static final int PRIORITY_UNDEFINED = -1;
BluetoothHeadset.java 129 public static final int PRIORITY_UNDEFINED = -1;
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 97 if (getSinkPriority(device) == BluetoothA2dp.PRIORITY_UNDEFINED) {
102 setSinkPriority(device, BluetoothA2dp.PRIORITY_UNDEFINED);
447 BluetoothA2dp.PRIORITY_UNDEFINED);
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 287 if (getPriority(device) == BluetoothHeadset.PRIORITY_UNDEFINED) {
292 setPriority(device, BluetoothHeadset.PRIORITY_UNDEFINED);
540 return BluetoothHeadset.PRIORITY_UNDEFINED;
691 BluetoothHeadset.PRIORITY_UNDEFINED);
    [all...]

Completed in 50 milliseconds