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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 138 public static final int PRIORITY_AUTO_CONNECT = 1000;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothInputDeviceConnector.java 68 // must set PRIORITY_AUTO_CONNECT or auto-connection will not
71 mInputProxy.setPriority(mTarget, BluetoothProfile.PRIORITY_AUTO_CONNECT);
BluetoothA2dpConnector.java 104 // must set PRIORITY_AUTO_CONNECT or auto-connection will not
107 mA2dpProfile.setPriority(mTarget, BluetoothProfile.PRIORITY_AUTO_CONNECT);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java     [all...]

Completed in 246 milliseconds