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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 237 if (mService.getSinkPriority(device) > BluetoothA2dp.PRIORITY_ON) {
238 mService.setSinkPriority(device, BluetoothA2dp.PRIORITY_ON);
272 if (mService.getSinkPriority(device) < BluetoothA2dp.PRIORITY_ON) {
273 mService.setSinkPriority(device, BluetoothA2dp.PRIORITY_ON);
431 if (mService.getPriority(device) > BluetoothHeadset.PRIORITY_ON) {
432 mService.setPriority(device, BluetoothHeadset.PRIORITY_ON);
472 if (mService.getPriority(device) < BluetoothHeadset.PRIORITY_ON) {
473 mService.setPriority(device, BluetoothHeadset.PRIORITY_ON);
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 82 public static final int PRIORITY_ON = 100;
BluetoothDeviceProfileState.java 707 mHeadsetService.setPriority(mDevice, BluetoothHeadset.PRIORITY_ON);
722 mA2dpService.setSinkPriority(mDevice, BluetoothHeadset.PRIORITY_ON);
    [all...]
BluetoothHeadset.java 124 public static final int PRIORITY_ON = 100;
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 98 setSinkPriority(device, BluetoothA2dp.PRIORITY_ON);
506 // To be backward compatible set everyone else to have PRIORITY_ON
524 setSinkPriority(device, BluetoothA2dp.PRIORITY_ON);
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 284 setPriority(device, BluetoothHeadset.PRIORITY_ON);
517 setPriority(device, BluetoothHeadset.PRIORITY_ON);
548 setPriority(device, BluetoothHeadset.PRIORITY_ON);
    [all...]

Completed in 31 milliseconds