Searched refs:getPriority (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothA2dp.aidl34 int getPriority(in BluetoothDevice device);
H A DIBluetoothMap.aidl36 int getPriority(in BluetoothDevice device);
H A DIBluetoothInputDevice.aidl34 int getPriority(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl34 int getPriority(in BluetoothDevice device);
H A DIBluetoothHeadsetClient.aidl39 int getPriority(in BluetoothDevice device);
H A DBluetoothA2dp.java381 public int getPriority(BluetoothDevice device) { method in class:BluetoothA2dp
382 if (VDBG) log("getPriority(" + device + ")");
386 return mService.getPriority(device);
H A DBluetoothMap.java356 public int getPriority(BluetoothDevice device) { method in class:BluetoothMap
357 if (VDBG) log("getPriority(" + device + ")");
361 return mService.getPriority(device);
H A DBluetoothInputDevice.java465 public int getPriority(BluetoothDevice device) { method in class:BluetoothInputDevice
466 if (VDBG) log("getPriority(" + device + ")");
469 return mService.getPriority(device);
H A DBluetoothHeadset.java499 public int getPriority(BluetoothDevice device) { method in class:BluetoothHeadset
500 if (VDBG) log("getPriority(" + device + ")");
504 return mService.getPriority(device);
H A DBluetoothHeadsetClient.java610 public int getPriority(BluetoothDevice device) { method in class:BluetoothHeadsetClient
611 if (VDBG) log("getPriority(" + device + ")");
615 return mService.getPriority(device);
/frameworks/volley/src/com/android/volley/toolbox/
H A DClearCacheRequest.java58 public Priority getPriority() { method in class:ClearCacheRequest
H A DImageRequest.java81 public Priority getPriority() { method in class:ImageRequest
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockRequest.java84 private Priority mPriority = super.getPriority();
91 public Priority getPriority() { method in class:MockRequest
H A DWaitableQueue.java59 public Priority getPriority() { method in class:WaitableQueue.MagicStopRequest
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java119 public int getPriority() { method in class:MultimediaMessagePdu
H A DPduPersister.java1029 int priority = sendReq.getPriority();
/frameworks/volley/src/com/android/volley/
H A DRequest.java489 public Priority getPriority() { method in class:Request
573 Priority left = this.getPriority();
574 Priority right = other.getPriority();
587 + getPriority() + " " + mSequence;
/frameworks/volley/tests/src/com/android/volley/
H A DRequestTest.java59 public Priority getPriority() { method in class:RequestTest.TestRequest
H A DRequestQueueTest.java155 Priority thisPriority = request.getPriority();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java620 final int priority = getPriority(connectionFlags);
924 final int priority = getPriority(connectionFlags);
944 private static int getPriority(int connectionFlags) { method in class:SQLiteConnectionPool
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java730 final int q1 = ((IntentFilter) o1).getPriority();
731 final int q2 = ((IntentFilter) o2).getPriority();
/frameworks/base/core/java/android/content/
H A DIntentFilter.java435 * @see #getPriority
450 public final int getPriority() { method in class:IntentFilter
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java7193 if (!systemApp && intent.getPriority() > 0 && "activity".equals(type)) {
7296 res.priority = info.getPriority();
7499 res.priority = info.getPriority();
7707 res.priority = info.getPriority();
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15813 if (curr.getPriority() >= curt.priority) {

Completed in 419 milliseconds