Searched defs:getPriority (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/volley/src/com/android/volley/toolbox/
H A DClearCacheRequest.java58 public Priority getPriority() { method in class:ClearCacheRequest
H A DImageRequest.java80 public Priority getPriority() { method in class:ImageRequest
/frameworks/support/volley/tests/src/com/android/volley/
H A DRequestTest.java59 public Priority getPriority() { method in class:RequestTest.TestRequest
/frameworks/support/volley/tests/src/com/android/volley/mock/
H A DWaitableQueue.java59 public Priority getPriority() { method in class:WaitableQueue.MagicStopRequest
H A DMockRequest.java84 private Priority mPriority = super.getPriority();
91 public Priority getPriority() { method in class:MockRequest
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java119 public int getPriority() { method in class:MultimediaMessagePdu
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java368 public int getPriority(BluetoothDevice device) { method in class:BluetoothA2dp
369 if (VDBG) log("getPriority(" + device + ")");
373 return mService.getPriority(device);
H A DBluetoothInputDevice.java441 public int getPriority(BluetoothDevice device) { method in class:BluetoothInputDevice
442 if (VDBG) log("getPriority(" + device + ")");
445 return mService.getPriority(device);
H A DBluetoothHeadset.java486 public int getPriority(BluetoothDevice device) { method in class:BluetoothHeadset
487 if (VDBG) log("getPriority(" + device + ")");
491 return mService.getPriority(device);
/frameworks/support/volley/src/com/android/volley/
H A DRequest.java334 public Priority getPriority() { method in class:Request
418 Priority left = this.getPriority();
419 Priority right = other.getPriority();
430 return (mCanceled ? "[X] " : "[ ] ") + getUrl() + " " + getPriority() + " " + mSequence;
/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/core/java/android/content/
H A DIntentFilter.java415 * @see #getPriority
430 public final int getPriority() { method in class:IntentFilter

Completed in 478 milliseconds