Searched refs:PRIORITY_OFF (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java177 public static final int PRIORITY_OFF = 0; field in interface:BluetoothProfile
H A DBluetoothPbapClient.java336 * {@link #PRIORITY_OFF},
348 if (priority != BluetoothProfile.PRIORITY_OFF &&
369 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
384 return PRIORITY_OFF;
390 return PRIORITY_OFF;
H A DBluetoothA2dpSink.java379 * {@link #PRIORITY_OFF},
393 if (priority != BluetoothProfile.PRIORITY_OFF &&
412 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
429 return BluetoothProfile.PRIORITY_OFF;
433 return BluetoothProfile.PRIORITY_OFF;
H A DBluetoothMap.java321 * {@link #PRIORITY_OFF},
331 if (priority != BluetoothProfile.PRIORITY_OFF &&
350 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
364 return PRIORITY_OFF;
368 return PRIORITY_OFF;
H A DBluetoothMapClient.java296 * {@link #PRIORITY_OFF},
305 if (priority != BluetoothProfile.PRIORITY_OFF &&
324 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
338 return PRIORITY_OFF;
342 return PRIORITY_OFF;
H A DBluetoothSap.java357 if (priority != BluetoothProfile.PRIORITY_OFF &&
387 return PRIORITY_OFF;
391 return PRIORITY_OFF;
H A DBluetoothInputDevice.java425 * {@link #PRIORITY_OFF},
438 if (priority != BluetoothProfile.PRIORITY_OFF &&
457 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
473 return BluetoothProfile.PRIORITY_OFF;
477 return BluetoothProfile.PRIORITY_OFF;
H A DBluetoothA2dp.java418 * {@link #PRIORITY_OFF},
434 if (priority != BluetoothProfile.PRIORITY_OFF &&
454 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
471 return BluetoothProfile.PRIORITY_OFF;
474 return BluetoothProfile.PRIORITY_OFF;
H A DBluetoothHeadset.java495 * {@link #PRIORITY_OFF},
509 if (priority != BluetoothProfile.PRIORITY_OFF &&
528 * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
545 return PRIORITY_OFF;
549 return PRIORITY_OFF;
H A DBluetoothHeadsetClient.java594 if (priority != BluetoothProfile.PRIORITY_OFF &&
620 return PRIORITY_OFF;
624 return PRIORITY_OFF;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DOppProfile.java60 return BluetoothProfile.PRIORITY_OFF; // Settings app doesn't handle OPP
H A DA2dpSinkProfile.java147 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
151 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
162 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DHidProfile.java124 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
128 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
139 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DMapClientProfile.java143 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
147 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
158 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DPbapClientProfile.java174 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
179 return BluetoothProfile.PRIORITY_OFF;
193 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DA2dpProfile.java163 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
167 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
178 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DHeadsetProfile.java158 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
162 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
173 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DHfpClientProfile.java160 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
165 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
177 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DMapProfile.java144 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
148 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
159 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DSapProfile.java147 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
151 if (mService == null) return BluetoothProfile.PRIORITY_OFF;
162 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);

Completed in 590 milliseconds