HomeSort by relevance Sort by last modified time
    Searched defs:setSinkPriority (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 247 public boolean setSinkPriority(BluetoothDevice device, int priority) {
248 if (DBG) log("setSinkPriority(" + device + ", " + priority + ")");
250 return mService.setSinkPriority(device, priority);
BluetoothDeviceProfileState.java 722 mA2dpService.setSinkPriority(mDevice, BluetoothHeadset.PRIORITY_ON);
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 238 mService.setSinkPriority(device, BluetoothA2dp.PRIORITY_ON);
273 mService.setSinkPriority(device, BluetoothA2dp.PRIORITY_ON);
276 mService.setSinkPriority(device, BluetoothA2dp.PRIORITY_OFF);
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 98 setSinkPriority(device, BluetoothA2dp.PRIORITY_ON);
102 setSinkPriority(device, BluetoothA2dp.PRIORITY_UNDEFINED);
330 setSinkPriority(device, BluetoothA2dp.PRIORITY_AUTO_CONNECT);
450 public synchronized boolean setSinkPriority(BluetoothDevice device, int priority) {
504 setSinkPriority(device, BluetoothA2dp.PRIORITY_AUTO_CONNECT);
524 setSinkPriority(device, BluetoothA2dp.PRIORITY_ON);

Completed in 142 milliseconds