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

  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 507 setPriority(device, BluetoothHeadset.PRIORITY_AUTO_CONNECT);
515 if (getPriority(device) >= BluetoothHeadset.PRIORITY_AUTO_CONNECT &&
543 int max_priority = BluetoothHeadset.PRIORITY_AUTO_CONNECT;
547 if (priority >= BluetoothHeadset.PRIORITY_AUTO_CONNECT) {
556 setPriority(savedDevice, BluetoothHeadset.PRIORITY_AUTO_CONNECT);
576 if (getPriority(device) < BluetoothHeadset.PRIORITY_AUTO_CONNECT) {
577 setPriority(device, BluetoothHeadset.PRIORITY_AUTO_CONNECT);
587 if (getPriority(device) < BluetoothHeadset.PRIORITY_AUTO_CONNECT) {
588 setPriority(device, BluetoothHeadset.PRIORITY_AUTO_CONNECT);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 79 public static final int PRIORITY_AUTO_CONNECT = 1000;
BluetoothDeviceProfileState.java 272 BluetoothHeadset.PRIORITY_AUTO_CONNECT &&
279 BluetoothA2dp.PRIORITY_AUTO_CONNECT &&
706 BluetoothHeadset.PRIORITY_AUTO_CONNECT) {
721 BluetoothA2dp.PRIORITY_AUTO_CONNECT) {
    [all...]
BluetoothHeadset.java 121 public static final int PRIORITY_AUTO_CONNECT = 1000;
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 329 if (getSinkPriority(device) < BluetoothA2dp.PRIORITY_AUTO_CONNECT) {
330 setSinkPriority(device, BluetoothA2dp.PRIORITY_AUTO_CONNECT);
504 setSinkPriority(device, BluetoothA2dp.PRIORITY_AUTO_CONNECT);
522 if (getSinkPriority(device) >= BluetoothA2dp.PRIORITY_AUTO_CONNECT &&
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 658 auto = BluetoothA2dp.PRIORITY_AUTO_CONNECT;
660 auto = BluetoothHeadset.PRIORITY_AUTO_CONNECT;
    [all...]

Completed in 18 milliseconds