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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 112 public static final int PRIORITY_ON = 100;
BluetoothA2dp.java 325 * Priority can be one of {@link #PRIORITY_ON} orgetBluetoothManager
341 priority != BluetoothProfile.PRIORITY_ON){
360 * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
BluetoothInputDevice.java 399 * Priority can be one of {@link #PRIORITY_ON} or
414 priority != BluetoothProfile.PRIORITY_ON) {
433 * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
BluetoothHeadset.java 443 * Priority can be one of {@link #PRIORITY_ON} or
459 priority != BluetoothProfile.PRIORITY_ON) {
478 * {@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);
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 84 milliseconds