Home
last modified time | relevance | path

Searched refs:PRIORITY_ON (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpSinkProfile.java135 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){ in disconnect()
136 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
161 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
162 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
DHfpClientProfile.java148 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){ in disconnect()
149 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
178 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
179 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
DMapProfile.java123 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) { in disconnect()
124 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
155 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
156 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
DSapProfile.java127 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) { in disconnect()
128 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
158 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
159 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
DA2dpProfile.java128 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){ in disconnect()
129 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
154 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
155 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
DHeadsetProfile.java133 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) { in disconnect()
134 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
169 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
170 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
DHidProfile.java135 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
136 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
DPbapClientProfile.java192 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
193 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java151 public static final int PRIORITY_ON = 100; field
DBluetoothPbapClient.java348 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothA2dpSink.java393 priority != BluetoothProfile.PRIORITY_ON){ in setPriority()
DBluetoothMap.java332 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothSap.java357 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothA2dp.java358 priority != BluetoothProfile.PRIORITY_ON){ in setPriority()
DBluetoothInputDevice.java438 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothHeadset.java469 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothHeadsetClient.java593 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()