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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 152 public static final int PRIORITY_OFF = 0;
BluetoothSap.java 356 if (priority != BluetoothProfile.PRIORITY_OFF &&
386 return PRIORITY_OFF;
390 return PRIORITY_OFF;
BluetoothA2dp.java 343 * {@link #PRIORITY_OFF},
357 if (priority != BluetoothProfile.PRIORITY_OFF &&
376 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
394 return BluetoothProfile.PRIORITY_OFF;
398 return BluetoothProfile.PRIORITY_OFF;
BluetoothMap.java 321 * {@link #PRIORITY_OFF},
331 if (priority != BluetoothProfile.PRIORITY_OFF &&
350 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
364 return PRIORITY_OFF;
368 return PRIORITY_OFF;
BluetoothInputDevice.java 424 * {@link #PRIORITY_OFF},
437 if (priority != BluetoothProfile.PRIORITY_OFF &&
456 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
472 return BluetoothProfile.PRIORITY_OFF;
476 return BluetoothProfile.PRIORITY_OFF;
BluetoothHeadset.java 454 * {@link #PRIORITY_OFF},
468 if (priority != BluetoothProfile.PRIORITY_OFF &&
487 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
504 return PRIORITY_OFF;
508 return PRIORITY_OFF;
    [all...]
BluetoothHeadsetClient.java 592 if (priority != BluetoothProfile.PRIORITY_OFF &&
618 return PRIORITY_OFF;
622 return PRIORITY_OFF;
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
OppProfile.java 60 return BluetoothProfile.PRIORITY_OFF; // Settings app doesn't handle OPP
A2dpProfile.java 143 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
147 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
158 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
HidProfile.java 124 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
128 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
139 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
HeadsetProfile.java 158 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
162 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
173 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
MapProfile.java 144 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
148 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
159 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
SapProfile.java 147 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
151 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
162 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 132 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
A2dpStateMachine.java 683 else if((BluetoothProfile.PRIORITY_OFF < priority) ||
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 404 if (getPriority(device) == BluetoothInputDevice.PRIORITY_OFF) {
405 Log.e(TAG, "Hid Device PRIORITY_OFF: " + device);
661 (BluetoothProfile.PRIORITY_OFF == getPriority(device)) ||
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 334 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 443 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
HeadsetClientStateMachine.java     [all...]

Completed in 432 milliseconds