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

  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 85 public static final int PRIORITY_OFF = 0;
268 return PRIORITY_OFF;
BluetoothHeadset.java 127 public static final int PRIORITY_OFF = 0;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 261 return mService.getSinkPriority(device) > BluetoothA2dp.PRIORITY_OFF;
276 mService.setSinkPriority(device, BluetoothA2dp.PRIORITY_OFF);
461 return mService.getPriority(device) > BluetoothHeadset.PRIORITY_OFF;
476 mService.setPriority(device, BluetoothHeadset.PRIORITY_OFF);
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 279 getSinkPriority(device) == BluetoothA2dp.PRIORITY_OFF) {
516 if (getSinkPriority(device) > BluetoothA2dp.PRIORITY_OFF &&
BluetoothEventLoop.java 520 authorized = a2dp.getSinkPriority(device) > BluetoothA2dp.PRIORITY_OFF;
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 168 int priority = BluetoothHeadset.PRIORITY_OFF;
171 if (priority <= BluetoothHeadset.PRIORITY_OFF) {
703 if (priority < BluetoothHeadset.PRIORITY_OFF) {
    [all...]

Completed in 192 milliseconds