HomeSort by relevance Sort by last modified time
    Searched refs:PRIORITY_ON (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 118 public static final int PRIORITY_ON = 100;
BluetoothA2dp.java 332 * Priority can be one of {@link #PRIORITY_ON} orgetBluetoothManager
348 priority != BluetoothProfile.PRIORITY_ON){
367 * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
BluetoothMap.java 321 * Priority can be one of {@link #PRIORITY_ON} or
333 priority != BluetoothProfile.PRIORITY_ON) {
352 * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
BluetoothInputDevice.java 405 * Priority can be one of {@link #PRIORITY_ON} or
420 priority != BluetoothProfile.PRIORITY_ON) {
439 * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
BluetoothHeadset.java 455 * Priority can be one of {@link #PRIORITY_ON} or
471 priority != BluetoothProfile.PRIORITY_ON) {
490 * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 128 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){
129 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
154 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
155 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
HeadsetProfile.java 129 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
130 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
160 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
161 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
MapProfile.java 123 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
124 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
155 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
156 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
HidProfile.java 135 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
136 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 308 hidService.setPriority(device,BluetoothProfile.PRIORITY_ON);
313 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON);
318 headsetService.setPriority(device,BluetoothProfile.PRIORITY_ON);
AdapterService.java     [all...]

Completed in 689 milliseconds