Home
last modified time | relevance | path

Searched refs:PRIORITY_OFF (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHidProfile.java124 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
128 if (mService == null) return BluetoothProfile.PRIORITY_OFF; in getPreferred()
139 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DA2dpSinkProfile.java150 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
154 if (mService == null) return BluetoothProfile.PRIORITY_OFF; in getPreferred()
165 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DHfpClientProfile.java165 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
170 if (mService == null) return BluetoothProfile.PRIORITY_OFF; in getPreferred()
182 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DMapProfile.java144 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
148 if (mService == null) return BluetoothProfile.PRIORITY_OFF; in getPreferred()
159 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DSapProfile.java147 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
151 if (mService == null) return BluetoothProfile.PRIORITY_OFF; in getPreferred()
162 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DA2dpProfile.java143 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
147 if (mService == null) return BluetoothProfile.PRIORITY_OFF; in getPreferred()
158 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DPbapClientProfile.java177 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
182 return BluetoothProfile.PRIORITY_OFF; in getPreferred()
196 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DHeadsetProfile.java158 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
162 if (mService == null) return BluetoothProfile.PRIORITY_OFF; in getPreferred()
173 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DOppProfile.java60 return BluetoothProfile.PRIORITY_OFF; // Settings app doesn't handle OPP in getPreferred()
/frameworks/base/core/java/android/bluetooth/
DBluetoothPbapClient.java347 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
383 return PRIORITY_OFF; in getPriority()
389 return PRIORITY_OFF; in getPriority()
DBluetoothA2dpSink.java392 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
428 return BluetoothProfile.PRIORITY_OFF; in getPriority()
432 return BluetoothProfile.PRIORITY_OFF; in getPriority()
DBluetoothMap.java331 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
364 return PRIORITY_OFF; in getPriority()
368 return PRIORITY_OFF; in getPriority()
DBluetoothSap.java356 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
386 return PRIORITY_OFF; in getPriority()
390 return PRIORITY_OFF; in getPriority()
DBluetoothA2dp.java357 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
394 return BluetoothProfile.PRIORITY_OFF; in getPriority()
398 return BluetoothProfile.PRIORITY_OFF; in getPriority()
DBluetoothProfile.java158 public static final int PRIORITY_OFF = 0; field
DBluetoothInputDevice.java437 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
472 return BluetoothProfile.PRIORITY_OFF; in getPriority()
476 return BluetoothProfile.PRIORITY_OFF; in getPriority()
DBluetoothHeadset.java468 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
504 return PRIORITY_OFF; in getPriority()
508 return PRIORITY_OFF; in getPriority()
DBluetoothHeadsetClient.java592 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
618 return PRIORITY_OFF; in getPriority()
622 return PRIORITY_OFF; in getPriority()