Home
last modified time | relevance | path

Searched refs:setPriority (Results 1 – 25 of 134) sorted by relevance

123456

/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DPrioritySchedulingTest.java55 .setPriority(1) in testLowerPriorityJobPreempted()
59 .setPriority(1) in testLowerPriorityJobPreempted()
63 .setPriority(1) in testLowerPriorityJobPreempted()
67 .setPriority(2) in testLowerPriorityJobPreempted()
93 .setPriority(2) in testHigherPriorityJobNotPreempted()
97 .setPriority(2) in testHigherPriorityJobNotPreempted()
101 .setPriority(2) in testHigherPriorityJobNotPreempted()
105 .setPriority(1) in testHigherPriorityJobNotPreempted()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java102 .setPriority(Notification.PRIORITY_MAX)
119 .setPriority(Notification.PRIORITY_MIN)
127 .setPriority(Notification.PRIORITY_LOW)
135 .setPriority(Notification.PRIORITY_DEFAULT)
143 .setPriority(Notification.PRIORITY_MIN)
157 .setPriority(Notification.PRIORITY_MIN)
165 .setPriority(Notification.PRIORITY_LOW)
173 .setPriority(Notification.PRIORITY_DEFAULT)
186 .setPriority(Notification.PRIORITY_MIN)
200 .setPriority(Notification.PRIORITY_DEFAULT)
[all …]
DNotificationBuilderTest.java393 b.setPriority(Notification.PRIORITY_MIN); in buildNotification()
396 b.setPriority(Notification.PRIORITY_LOW); in buildNotification()
399 b.setPriority(Notification.PRIORITY_DEFAULT); in buildNotification()
402 b.setPriority(Notification.PRIORITY_HIGH); in buildNotification()
405 b.setPriority(Notification.PRIORITY_MAX); in buildNotification()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java129 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
155 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
158 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DHfpClientProfile.java149 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
179 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
182 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DSapProfile.java128 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
159 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
162 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DMapProfile.java124 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
156 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
159 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DA2dpSinkProfile.java136 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
162 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
165 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DHeadsetProfile.java134 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in disconnect()
170 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
173 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DHidProfile.java136 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
139 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
DPbapClientProfile.java193 mService.setPriority(device, BluetoothProfile.PRIORITY_ON); in setPreferred()
196 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF); in setPreferred()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java22 void setPriority(String packageName, int uid, int priority); in setPriority() method
/frameworks/base/core/java/android/bluetooth/
DIBluetoothPbapClient.aidl32 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() method
DIBluetoothSap.aidl35 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() method
DIBluetoothMap.aidl35 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() method
DIBluetoothA2dp.aidl33 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() method
DIBluetoothA2dpSink.aidl34 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() method
DIBluetoothInputDevice.aidl33 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() method
DIBluetoothHeadset.aidl33 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() method
DBluetoothPbapClient.java341 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in BluetoothPbapClient
352 return mService.setPriority(device, priority); in setPriority()
/frameworks/volley/src/test/java/com/android/volley/
DRequestQueueIntegrationTest.java69 lowerPriorityReq.setPriority(Priority.LOW); in add_requestProcessedInCorrectOrder()
70 higherPriorityReq.setPriority(Priority.HIGH); in add_requestProcessedInCorrectOrder()
/frameworks/base/media/jni/soundpool/
DSoundPool.h132 void setPriority(int priority) { mPriority = priority; } in setPriority() function
176 void setPriority(int channelID, int priority);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java155 .setPriority(Notification.PRIORITY_HIGH) in makeBigTextNotification()
169 .setPriority(Notification.PRIORITY_MIN) in makeUploadNotification()
280 .setPriority(Notification.PRIORITY_MAX) in testCreate()
378 .setPriority(Notification.PRIORITY_LOW) in testCreate()
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DMultimediaMessagePdu.java129 public void setPriority(int value) throws InvalidHeaderValueException { in setPriority() method in MultimediaMessagePdu
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
DMainActivity.java51 renderScript.setPriority(RenderScript.Priority.NORMAL); in onCreate()
81 renderScript.setPriority(RenderScript.Priority.NORMAL); in onCreate()

123456