Searched refs:PRIORITY_ON (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | HfpClientProfile.java | 143 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()
|
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 | MapClientProfile.java | 129 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()
|
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 | A2dpSinkProfile.java | 132 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()
|
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 | A2dpProfile.java | 148 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()
|
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 | 189 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) { in setPreferred() 190 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 170 public static final int PRIORITY_ON = 100; field
|
D | BluetoothPbapClient.java | 349 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothSap.java | 358 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothMap.java | 332 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothA2dpSink.java | 394 priority != BluetoothProfile.PRIORITY_ON){ in setPriority()
|
D | BluetoothMapClient.java | 306 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothInputDevice.java | 439 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothA2dp.java | 435 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothHeadset.java | 510 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|
D | BluetoothHeadsetClient.java | 595 priority != BluetoothProfile.PRIORITY_ON) { in setPriority()
|