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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 125 public static final int PRIORITY_OFF = 0;
BluetoothA2dp.java 333 * {@link #PRIORITY_OFF},
347 if (priority != BluetoothProfile.PRIORITY_OFF &&
366 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
383 return BluetoothProfile.PRIORITY_OFF;
387 return BluetoothProfile.PRIORITY_OFF;
BluetoothMap.java 322 * {@link #PRIORITY_OFF},
332 if (priority != BluetoothProfile.PRIORITY_OFF &&
351 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
365 return PRIORITY_OFF;
369 return PRIORITY_OFF;
BluetoothInputDevice.java 406 * {@link #PRIORITY_OFF},
419 if (priority != BluetoothProfile.PRIORITY_OFF &&
438 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
454 return BluetoothProfile.PRIORITY_OFF;
458 return BluetoothProfile.PRIORITY_OFF;
BluetoothHeadset.java 456 * {@link #PRIORITY_OFF},
470 if (priority != BluetoothProfile.PRIORITY_OFF &&
489 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
506 return PRIORITY_OFF;
510 return PRIORITY_OFF;
    [all...]
  /packages/apps/Settings/src/com/android/settings/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 149 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
153 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
164 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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 118 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
A2dpStateMachine.java 649 else if((BluetoothProfile.PRIORITY_OFF < priority) ||
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 387 if (getPriority(device) == BluetoothInputDevice.PRIORITY_OFF) {
388 Log.e(TAG, "Hid Device PRIORITY_OFF: " + device);
610 (BluetoothProfile.PRIORITY_OFF == getPriority(device)) ||
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 321 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
HeadsetStateMachine.java     [all...]

Completed in 221 milliseconds