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

12

/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingConfig.java20 int getPriority(String packageName, int uid); method in interface:RankingConfig
H A DRankingHelper.java321 public int getPriority(String packageName, int uid) { method in class:RankingHelper
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DClearCacheRequest.java58 public Priority getPriority() { method in class:ClearCacheRequest
H A DImageRequest.java95 public Priority getPriority() { method in class:ImageRequest
/frameworks/volley/src/test/java/com/android/volley/
H A DRequestTest.java56 public Priority getPriority() { method in class:RequestTest.TestRequest
/frameworks/volley/src/test/java/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/av/media/libstagefright/
H A DProcessInfo.cpp31 bool ProcessInfo::getPriority(int pid, int* priority) { function in class:android::ProcessInfo
/frameworks/opt/telephony/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 DBluetoothPbapClient.java374 public int getPriority(BluetoothDevice device) { method in class:BluetoothPbapClient
376 log("getPriority(" + device + ")");
380 return mService.getPriority(device);
H A DBluetoothSap.java378 public int getPriority(BluetoothDevice device) { method in class:BluetoothSap
379 if (VDBG) log("getPriority(" + device + ")");
383 return mService.getPriority(device);
H A DBluetoothA2dp.java411 public int getPriority(BluetoothDevice device) { method in class:BluetoothA2dp
412 if (VDBG) log("getPriority(" + device + ")");
417 return mService.getPriority(device);
H A DBluetoothA2dpSink.java420 public int getPriority(BluetoothDevice device) { method in class:BluetoothA2dpSink
421 if (VDBG) log("getPriority(" + device + ")");
425 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.java536 public int getPriority(BluetoothDevice device) { method in class:BluetoothHeadset
537 if (VDBG) log("getPriority(" + device + ")");
541 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/av/media/libmediaplayerservice/tests/
H A DDrmSessionManager_test.cpp35 virtual bool getPriority(int pid, int* priority) { function in struct:android::FakeProcessInfo
135 processInfo.getPriority(kTestPid1, &priority1);
/frameworks/av/services/mediadrm/tests/
H A DDrmSessionManager_test.cpp35 virtual bool getPriority(int pid, int* priority) { function in struct:android::FakeProcessInfo
131 processInfo.getPriority(kTestPid1, &priority1);
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h72 int32_t getPriority() const;
144 int32_t ClientDescriptor<KEY, VALUE>::getPriority() const { function in class:android::resource_policy::ClientDescriptor
386 int32_t priority = client->getPriority();
395 int32_t curPriority = i->getPriority();
411 int32_t curPriority = i->getPriority();
/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp40 virtual bool getPriority(int pid, int *priority) { function in struct:android::TestProcessInfo
473 processInfo.getPriority(kTestPid1, &priority1);
480 processInfo.getPriority(kTestPid2, &priority2);
/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/volley/src/main/java/com/android/volley/
H A DRequest.java490 public Priority getPriority() { method in class:Request
574 Priority left = this.getPriority();
575 Priority right = other.getPriority();
588 + getPriority() + " " + mSequence;
/frameworks/base/core/java/android/app/job/
H A DJobInfo.java114 * Default of {@link #getPriority}.
120 * Value of {@link #getPriority} for expedited syncs.
126 * Value of {@link #getPriority} for first time initialization syncs.
132 * Value of {@link #getPriority} for a foreground app (overrides the supplied
139 * Value of {@link #getPriority} for the current top app (overrides the supplied
146 * Adjustment of {@link #getPriority} if the app has often (50% or more of the time)
153 * Adjustment of {@link #getPriority} if the app has always (90% or more of the time)
221 public int getPriority() { method in class:JobInfo
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DJobStatus.java305 public int getPriority() { method in class:JobStatus
306 return job.getPriority();
597 if (job.getPriority() != 0) {
598 pw.print(prefix); pw.print(" Priority: "); pw.println(job.getPriority());

Completed in 490 milliseconds

12