Searched refs:PRIORITY_ON (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | A2dpSinkProfile.java | 135 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()
|
D | HfpClientProfile.java | 148 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()
|
D | MapProfile.java | 123 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()
|
D | SapProfile.java | 127 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()
|
D | A2dpProfile.java | 128 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()
|
D | HeadsetProfile.java | 133 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()
|
D | HidProfile.java | 135 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred() 136 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
|
D | PbapClientProfile.java | 192 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred() 193 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 151 public static final int PRIORITY_ON = 100; field
|
D | BluetoothPbapClient.java | 348 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothA2dpSink.java | 393 priority != BluetoothProfile.PRIORITY_ON){ in setPriority()
|
D | BluetoothMap.java | 332 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothSap.java | 357 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothA2dp.java | 358 priority != BluetoothProfile.PRIORITY_ON){ in setPriority()
|
D | BluetoothInputDevice.java | 438 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothHeadset.java | 469 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothHeadsetClient.java | 593 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|