Home
last modified time | relevance | path

Searched refs:PRIORITY_OFF (Results 1 – 20 of 20) 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()
DHfpClientProfile.java160 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
165 if (mService == null) return BluetoothProfile.PRIORITY_OFF; in getPreferred()
177 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DPbapClientProfile.java174 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
179 return BluetoothProfile.PRIORITY_OFF; in getPreferred()
193 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()
DMapClientProfile.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()
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()
DA2dpSinkProfile.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()
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()
DA2dpProfile.java163 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in isPreferred()
167 if (mService == null) return BluetoothProfile.PRIORITY_OFF; in getPreferred()
178 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.java348 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
384 return PRIORITY_OFF; in getPriority()
390 return PRIORITY_OFF; in getPriority()
DBluetoothSap.java357 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
387 return PRIORITY_OFF; in getPriority()
391 return 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()
DBluetoothA2dpSink.java393 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
429 return BluetoothProfile.PRIORITY_OFF; in getPriority()
433 return BluetoothProfile.PRIORITY_OFF; in getPriority()
DBluetoothMapClient.java305 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
338 return PRIORITY_OFF; in getPriority()
342 return PRIORITY_OFF; in getPriority()
DBluetoothProfile.java177 public static final int PRIORITY_OFF = 0; field
DBluetoothInputDevice.java438 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
473 return BluetoothProfile.PRIORITY_OFF; in getPriority()
477 return BluetoothProfile.PRIORITY_OFF; in getPriority()
DBluetoothA2dp.java434 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
471 return BluetoothProfile.PRIORITY_OFF; in getPriority()
474 return BluetoothProfile.PRIORITY_OFF; in getPriority()
DBluetoothHeadset.java509 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
545 return PRIORITY_OFF; in getPriority()
549 return PRIORITY_OFF; in getPriority()
DBluetoothHeadsetClient.java594 if (priority != BluetoothProfile.PRIORITY_OFF && in setPriority()
620 return PRIORITY_OFF; in getPriority()
624 return PRIORITY_OFF; in getPriority()