Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHfpClientProfile.java143 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){ in disconnect()
144 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
173 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
174 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()
DMapClientProfile.java129 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) { in disconnect()
130 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()
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()
DA2dpSinkProfile.java132 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){ in disconnect()
133 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()
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()
DA2dpProfile.java148 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){ in disconnect()
149 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
174 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
175 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.java189 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred()
190 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java170 public static final int PRIORITY_ON = 100; field
DBluetoothPbapClient.java349 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothSap.java358 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothMap.java332 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothA2dpSink.java394 priority != BluetoothProfile.PRIORITY_ON){ in setPriority()
DBluetoothMapClient.java306 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothInputDevice.java439 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothA2dp.java435 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothHeadset.java510 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
DBluetoothHeadsetClient.java595 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()