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 97 if (getSinkPriority(device) == BluetoothA2dp.PRIORITY_UNDEFINED) {
279 getSinkPriority(device) == BluetoothA2dp.PRIORITY_OFF) {
329 if (getSinkPriority(device) < BluetoothA2dp.PRIORITY_AUTO_CONNECT) {
443 public synchronized int getSinkPriority(BluetoothDevice device) {
500 if (getSinkPriority(device) > BluetoothA2dp.PRIORITY_OFF &&
522 if (getSinkPriority(device) >= BluetoothA2dp.PRIORITY_AUTO_CONNECT &&

Completed in 42 milliseconds