HomeSort by relevance Sort by last modified time
    Searched refs:setPriority (Results 1 - 25 of 488) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/tests/servicestests/src/com/android/server/job/
PrioritySchedulingTest.java 55 .setPriority(1)
59 .setPriority(1)
63 .setPriority(1)
67 .setPriority(2)
93 .setPriority(2)
97 .setPriority(2)
101 .setPriority(2)
105 .setPriority(1)
  /external/deqp/framework/delibs/decpp/
deThread.hpp 49 void setPriority (deThreadPriority priority);
deThread.cpp 62 * Sets priority for the thread start(). setPriority() has no effect
65 void Thread::setPriority (deThreadPriority priority)
  /external/nist-sip/java/javax/sip/header/
PriorityHeader.java 14 void setPriority(String priority) throws ParseException;
  /system/bt/binder/android/bluetooth/
IBluetoothPbapClient.aidl 32 boolean setPriority(in BluetoothDevice device, int priority);
IBluetoothA2dpSink.aidl 34 boolean setPriority(in BluetoothDevice device, int priority);
IBluetoothHearingAid.aidl 35 boolean setPriority(in BluetoothDevice device, int priority);
IBluetoothMap.aidl 35 boolean setPriority(in BluetoothDevice device, int priority);
IBluetoothSap.aidl 35 boolean setPriority(in BluetoothDevice device, int priority);
  /external/replicaisland/src/com/replica/replicaisland/
DrawableObject.java 35 public void setPriority(float f) {
  /art/test/051-thread/src/
Main.java 148 t1.setPriority(Thread.MAX_PRIORITY);
214 private final boolean setPriority;
217 public PriorityStoringThread(boolean setPriority) {
218 this.setPriority = setPriority;
224 if (setPriority) {
225 setPriority(Thread.MAX_PRIORITY);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
RecordingTestUtils.java 45 .setPriority(priority)
54 .setPriority(priority)
59 return ScheduledRecording.buildFrom(orig).setPriority(orig.getId()).build();
  /external/nist-sip/java/gov/nist/javax/sip/header/
Priority.java 95 public void setPriority(String p) throws ParseException {
99 + "Priority, setPriority(), the priority parameter is null");
  /frameworks/support/slices/core/src/main/java/androidx/slice/core/
SliceAction.java 46 SliceAction setPriority(@IntRange(from = 0) int priority);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/
PreBootListener.java 38 thread.setPriority(Thread.MAX_PRIORITY);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
HearingAidServiceTest.java 114 mService.setPriority(mLeftDevice, BluetoothProfile.PRIORITY_UNDEFINED);
115 mService.setPriority(mRightDevice, BluetoothProfile.PRIORITY_UNDEFINED);
116 mService.setPriority(mSingleDevice, BluetoothProfile.PRIORITY_UNDEFINED);
221 Assert.assertTrue(mService.setPriority(mLeftDevice, BluetoothProfile.PRIORITY_OFF));
226 Assert.assertTrue(mService.setPriority(mLeftDevice, BluetoothProfile.PRIORITY_ON));
231 Assert.assertTrue(mService.setPriority(mLeftDevice,
286 Assert.assertTrue(mService.setPriority(mSingleDevice, BluetoothProfile.PRIORITY_UNDEFINED));
295 mService.setPriority(mLeftDevice, BluetoothProfile.PRIORITY_ON);
296 mService.setPriority(mRightDevice, BluetoothProfile.PRIORITY_OFF);
297 mService.setPriority(mSingleDevice, BluetoothProfile.PRIORITY_OFF)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 56 mRS.setPriority(RenderScript.Priority.LOW);
57 mRS.setPriority(RenderScript.Priority.NORMAL);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java 128 ThreadFactory factory = builder.setPriority(i).build();
136 builder.setPriority(Thread.MIN_PRIORITY - 1);
144 builder.setPriority(Thread.MAX_PRIORITY + 1);
157 ThreadFactory factory1 = builder.setPriority(1).build();
160 ThreadFactory factory2 = builder.setPriority(2).build();
171 ThreadFactory factory1 = builder.setPriority(1).build();
174 builder.setPriority(2); // change the state of the builder
186 thread.setPriority(THREAD_PRIORITY);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
PhonePolicyTest.java 122 verify(mHeadsetService, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).setPriority(eq(device),
124 verify(mA2dpService, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).setPriority(eq(device),
196 verify(mHeadsetService, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).setPriority(bondedDevices[0],
198 verify(mHeadsetService, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).setPriority(bondedDevices[1],
200 verify(mHeadsetService, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).setPriority(bondedDevices[2],
202 verify(mHeadsetService, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).setPriority(bondedDevices[0],
204 verify(mHeadsetService, never()).setPriority(eq(bondedDevices[3]), anyInt());
219 verify(mHeadsetService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).setPriority(
221 verify(mHeadsetService, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).setPriority(bondedDevices[1],
223 verify(mHeadsetService, never()).setPriority(eq(bondedDevices[3]), anyInt())
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DialerExecutorModule.java 65 thread.setPriority(4);
82 thread.setPriority(4);
105 thread.setPriority(5);
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 39 * {@link android.support.v4.app.NotificationCompat.Builder#setPriority}
52 builder.setPriority(mPriority);
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 39 * {@link android.support.v4.app.NotificationCompat.Builder#setPriority}
52 builder.setPriority(mPriority);
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
PriorityPresets.java 39 * {@link android.support.v4.app.NotificationCompat.Builder#setPriority}
52 builder.setPriority(mPriority);
  /external/jline/src/src/main/java/jline/
UnsupportedTerminal.java 84 maskThread.setPriority(Thread.MAX_PRIORITY);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PriorityParser.java 81 priority.setPriority(token.getTokenValue());
85 priority.setPriority(this.lexer.ttokenSafe());

Completed in 1363 milliseconds

1 2 3 4 5 6 7 8 91011>>