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

1 2 3 4 5 6 7 8

  /external/nist-sip/java/javax/sip/header/
PriorityHeader.java 14 void setPriority(String priority) throws ParseException;
  /external/replicaisland/src/com/replica/replicaisland/
DrawableObject.java 35 public void setPriority(float f) {
LevelBuilder.java 87 backgroundRender.setPriority(SortConstants.BACKGROUND_START);
152 backgroundRender.setPriority(priority);
195 render.setPriority(SortConstants.FOREGROUND);
RenderComponent.java 91 public void setPriority(int priority) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScriptThunker.java 38 public void setPriority(Priority p) {
40 if (p == Priority.LOW) mN.setPriority(android.renderscript.RenderScript.Priority.LOW);
41 if (p == Priority.NORMAL) mN.setPriority(android.renderscript.RenderScript.Priority.NORMAL);
  /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");
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 57 mRS.setPriority(RenderScript.Priority.LOW);
58 mRS.setPriority(RenderScript.Priority.NORMAL);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java 119 ThreadFactory factory = builder.setPriority(i).build();
127 builder.setPriority(Thread.MIN_PRIORITY - 1);
135 builder.setPriority(Thread.MAX_PRIORITY + 1);
148 ThreadFactory factory1 = builder.setPriority(1).build();
151 ThreadFactory factory2 = builder.setPriority(2).build();
162 ThreadFactory factory1 = builder.setPriority(1).build();
165 builder.setPriority(2); // change the state of the builder
177 thread.setPriority(THREAD_PRIORITY);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 33 boolean setPriority(in BluetoothDevice device, int priority);
IBluetoothMap.aidl 35 boolean setPriority(in BluetoothDevice device, int priority);
IBluetoothInputDevice.aidl 33 boolean setPriority(in BluetoothDevice device, int priority);
IBluetoothHeadset.aidl 33 boolean setPriority(in BluetoothDevice device, int priority);
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
ThreadingManager.java 64 t.setPriority(Thread.MIN_PRIORITY);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PriorityParser.java 81 priority.setPriority(token.getTokenValue());
85 priority.setPriority(this.lexer.ttokenSafe());
  /libcore/libdvm/src/main/java/java/lang/
VMThread.java 52 native void setPriority(int newPriority);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 129 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
155 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
158 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 308 hidService.setPriority(device,BluetoothProfile.PRIORITY_ON);
313 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON);
318 headsetService.setPriority(device,BluetoothProfile.PRIORITY_ON);
328 hidService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
330 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
332 headsetService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
  /art/test/050-sync-test/src/
Main.java 82 sleepy.setPriority(4);
85 pesky.setPriority(3);
  /dalvik/tests/050-sync-test/src/
Main.java 68 sleepy.setPriority(4);
71 pesky.setPriority(3);
  /external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java 33 * <li> a {@linkplain Thread#setPriority thread priority}
92 public ThreadFactoryBuilder setPriority(int priority) {
93 // Thread#setPriority() already checks for validity. These error messages
167 thread.setPriority(priority);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 82 markerJob.setPriority(Job.BUILD);
113 markerJob.setPriority(Job.BUILD);
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
ComboMove.java 83 public void setPriority(float priority) {
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
MultimediaMessagePdu.java 129 public void setPriority(int value) throws InvalidHeaderValueException {
  /frameworks/volley/tests/src/com/android/volley/mock/
MockRequest.java 86 public void setPriority(Priority priority) {
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 96 .setPriority(NotificationCompat.PRIORITY_HIGH)
109 .setPriority(NotificationCompat.PRIORITY_MIN)
136 .setPriority(NotificationCompat.PRIORITY_MAX)
218 .setPriority(NotificationCompat.PRIORITY_LOW)

Completed in 414 milliseconds

1 2 3 4 5 6 7 8