Searched refs:getPriority (Results 1 - 22 of 22) 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 DBluetoothA2dp.java375 public int getPriority(BluetoothDevice device) { method in class:BluetoothA2dp
376 if (VDBG) log("getPriority(" + device + ")");
380 return mService.getPriority(device);
H A DBluetoothMap.java357 public int getPriority(BluetoothDevice device) { method in class:BluetoothMap
358 if (VDBG) log("getPriority(" + device + ")");
362 return mService.getPriority(device);
H A DBluetoothInputDevice.java447 public int getPriority(BluetoothDevice device) { method in class:BluetoothInputDevice
448 if (VDBG) log("getPriority(" + device + ")");
451 return mService.getPriority(device);
H A DBluetoothHeadset.java498 public int getPriority(BluetoothDevice device) { method in class:BluetoothHeadset
499 if (VDBG) log("getPriority(" + device + ")");
503 return mService.getPriority(device);
/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/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/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/volley/src/com/android/volley/
H A DRequest.java443 public Priority getPriority() { method in class:Request
527 Priority left = this.getPriority();
528 Priority right = other.getPriority();
541 + 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/java/com/android/server/
H A DIntentResolver.java612 final int q1 = ((IntentFilter) o1).getPriority();
613 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/java/com/android/server/pm/
H A DPackageManagerService.java5709 if (!systemApp && intent.getPriority() > 0 && "activity".equals(type)) {
5812 res.priority = info.getPriority();
6011 res.priority = info.getPriority();
6214 res.priority = info.getPriority();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java13620 if (curr.getPriority() >= curt.priority) {

Completed in 332 milliseconds