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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothA2dp.aidl34 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 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/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/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/opt/mms/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java119 public int getPriority() { method in class:MultimediaMessagePdu
H A DPduPersister.java1023 int priority = sendReq.getPriority();
/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/support/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/java/com/android/server/
H A DIntentResolverOld.java583 final int q1 = ((IntentFilter) o1).getPriority();
584 final int q2 = ((IntentFilter) o2).getPriority();
H A DIntentResolver.java610 final int q1 = ((IntentFilter) o1).getPriority();
611 final int q2 = ((IntentFilter) o2).getPriority();
/frameworks/base/core/java/android/content/
H A DIntentFilter.java415 * @see #getPriority
430 public final int getPriority() { method in class:IntentFilter
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java4989 if (!systemApp && intent.getPriority() > 0 && "activity".equals(type)) {
5091 res.priority = info.getPriority();
5289 res.priority = info.getPriority();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java11891 if (curr.getPriority() >= curt.priority) {

Completed in 2425 milliseconds