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

1 2 3 4 5

  /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) {
  /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);
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/luni/src/main/java/java/lang/
VMThread.java 52 native void setPriority(int newPriority);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 78 markerJob.setPriority(Job.BUILD);
106 markerJob.setPriority(Job.BUILD);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
HeadsetProfile.java 125 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
154 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
157 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
A2dpProfile.java 112 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
115 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
HidProfile.java 96 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
99 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
  /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);
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
ComboMove.java 83 public void setPriority(float priority) {
  /frameworks/base/core/java/com/google/android/mms/pdu/
MultimediaMessagePdu.java 129 public void setPriority(int value) throws InvalidHeaderValueException {
  /frameworks/support/volley/tests/src/com/android/volley/mock/
MockRequest.java 86 public void setPriority(Priority priority) {
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 103 // .setPriority(Notification.PRIORITY_HIGH)
113 // .setPriority(Notification.PRIORITY_MAX)
124 .setPriority(Notification.PRIORITY_HIGH)
136 .setPriority(Notification.PRIORITY_MAX)
201 .setPriority(Notification.PRIORITY_LOW)
209 .setPriority(Notification.PRIORITY_LOW)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 199 property.setPriority(PRIO_FIRST + priority);
201 property.setPriority(priority);
287 property.setPriority(PRIO_FIRST);
304 property.setPriority(oldProperty.getPriority());
319 complex.setPriority(categoryPriority);
327 complex.setPriority(nextCategoryPriority);
345 //complex.setPriority(subArray[0].getPriority());
379 marginProperty.setPriority(PRIO_LAST);
398 property.setPriority(PRIO_SECOND);
406 property.setPriority(PRIO_LAST)
    [all...]
  /dalvik/tests/083-jit-regressions/src/
Main.java 140 setPriority(mPriority);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 109 mRs.setPriority(RenderScript.Priority.LOW);

Completed in 1587 milliseconds

1 2 3 4 5