Home
last modified time | relevance | path

Searched refs:getPriority (Results 1 – 22 of 22) sorted by relevance

/frameworks/volley/tests/src/com/android/volley/mock/
DMockRequest.java84 private Priority mPriority = super.getPriority();
91 public Priority getPriority() { in getPriority() method in MockRequest
DWaitableQueue.java59 public Priority getPriority() { in getPriority() method in WaitableQueue.MagicStopRequest
/frameworks/volley/src/com/android/volley/
DRequest.java443 public Priority getPriority() { in getPriority() method in Request
527 Priority left = this.getPriority(); in compareTo()
528 Priority right = other.getPriority(); in compareTo()
541 + getPriority() + " " + mSequence; in toString()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothA2dp.aidl34 int getPriority(in BluetoothDevice device); in getPriority() method
DIBluetoothInputDevice.aidl34 int getPriority(in BluetoothDevice device); in getPriority() method
DIBluetoothHeadset.aidl34 int getPriority(in BluetoothDevice device); in getPriority() method
DBluetoothA2dp.java368 public int getPriority(BluetoothDevice device) { in getPriority() method in BluetoothA2dp
373 return mService.getPriority(device); in getPriority()
DBluetoothInputDevice.java441 public int getPriority(BluetoothDevice device) { in getPriority() method in BluetoothInputDevice
445 return mService.getPriority(device); in getPriority()
DBluetoothHeadset.java486 public int getPriority(BluetoothDevice device) { in getPriority() method in BluetoothHeadset
491 return mService.getPriority(device); in getPriority()
/frameworks/volley/src/com/android/volley/toolbox/
DClearCacheRequest.java58 public Priority getPriority() { in getPriority() method in ClearCacheRequest
DImageRequest.java81 public Priority getPriority() { in getPriority() method in ImageRequest
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
DMultimediaMessagePdu.java119 public int getPriority() { in getPriority() method in MultimediaMessagePdu
DPduPersister.java1023 int priority = sendReq.getPriority(); in updateHeaders()
/frameworks/volley/tests/src/com/android/volley/
DRequestTest.java59 public Priority getPriority() {
DRequestQueueTest.java155 Priority thisPriority = request.getPriority(); in performRequest()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java620 final int priority = getPriority(connectionFlags); in waitForConnection()
924 final int priority = getPriority(connectionFlags); in isSessionBlockingImportantConnectionWaitersLocked()
944 private static int getPriority(int connectionFlags) { in getPriority() method in SQLiteConnectionPool
/frameworks/base/services/java/com/android/server/
DIntentResolverOld.java583 final int q1 = ((IntentFilter) o1).getPriority();
584 final int q2 = ((IntentFilter) o2).getPriority();
DIntentResolver.java610 final int q1 = ((IntentFilter) o1).getPriority();
611 final int q2 = ((IntentFilter) o2).getPriority();
/frameworks/base/core/java/android/content/
DIntentFilter.java431 public final int getPriority() { in getPriority() method in IntentFilter
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java5437 if (!systemApp && intent.getPriority() > 0 && "activity".equals(type)) { in addActivity()
5540 res.priority = info.getPriority(); in newResult()
5739 res.priority = info.getPriority(); in newResult()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java12199 if (curr.getPriority() >= curt.priority) { in broadcastIntentLocked()
/frameworks/base/api/
Dcurrent.txt6297 method public final int getPriority();
33769 method public final int getPriority();