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

123

/frameworks/av/include/media/stagefright/
H A DProcessInfoInterface.h25 virtual bool getPriority(int pid, int* priority) = 0;
H A DProcessInfo.h29 virtual bool getPriority(int pid, int* priority);
/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 DPriorityExtractor.java46 mConfig.getPriority(record.sbn.getPackageName(), record.sbn.getUid()));
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPbapClient.aidl33 int getPriority(in BluetoothDevice device);
H A DIBluetoothA2dp.aidl34 int getPriority(in BluetoothDevice device);
H A DIBluetoothA2dpSink.aidl35 int getPriority(in BluetoothDevice device);
H A DIBluetoothMap.aidl36 int getPriority(in BluetoothDevice device);
H A DIBluetoothSap.aidl36 int getPriority(in BluetoothDevice device);
H A DIBluetoothInputDevice.aidl34 int getPriority(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl34 int getPriority(in BluetoothDevice device);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java128 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){
143 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
148 return mService.getPriority(device);
154 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DHidProfile.java124 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
129 return mService.getPriority(device);
135 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DPbapClientProfile.java177 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
184 return mService.getPriority(device);
192 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DA2dpSinkProfile.java135 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){
150 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
155 return mService.getPriority(device);
161 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DHeadsetProfile.java133 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
158 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
163 return mService.getPriority(device);
169 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DHfpClientProfile.java148 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){
165 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
171 return mService.getPriority(device);
178 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DMapProfile.java123 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
144 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
149 return mService.getPriority(device);
155 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DSapProfile.java127 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
147 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
152 return mService.getPriority(device);
158 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DClearCacheRequest.java58 public Priority getPriority() { method in class:ClearCacheRequest
/frameworks/volley/src/test/java/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/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/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;

Completed in 3986 milliseconds

123