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

  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 262 public int getSinkPriority(BluetoothDevice device) {
263 if (DBG) log("getSinkPriority(" + device + ")");
265 return mService.getSinkPriority(device);
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 99 if (getSinkPriority(device) == BluetoothA2dp.PRIORITY_UNDEFINED) {
108 if (getSinkPriority(device) == BluetoothA2dp.PRIORITY_AUTO_CONNECT &&
210 getSinkPriority(device) == BluetoothA2dp.PRIORITY_AUTO_CONNECT &&
442 public synchronized int getSinkPriority(BluetoothDevice device) {
499 if (getSinkPriority(device) > BluetoothA2dp.PRIORITY_OFF &&

Completed in 3394 milliseconds