Home
last modified time | relevance | path

Searched refs:MIN_PRIORITY (Results 1 – 8 of 8) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java251 testRoot.setMaxPriority(Thread.MIN_PRIORITY); in test_getMaxPriority()
258 testRoot.getMaxPriority() == Thread.MIN_PRIORITY); in test_getMaxPriority()
419 testRoot.setMaxPriority(Thread.MIN_PRIORITY - 1); in test_setMaxPriorityI()
420 passed = testRoot.getMaxPriority() == Thread.MIN_PRIORITY; in test_setMaxPriorityI()
433 final int TOTAL_DEPTH = testRoot.getMaxPriority() - Thread.MIN_PRIORITY in test_setMaxPriorityI()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTest.java183 priority = Thread.MIN_PRIORITY; in setPriority_starting()
212 for (int p = Thread.MIN_PRIORITY; p <= Thread.MAX_PRIORITY; p++) { in setPriority_joined()
223 for (int priority = Thread.MIN_PRIORITY; priority <= Thread.MAX_PRIORITY; priority++) { in checkSetPriority_inBounds_succeeds()
234 checkSetPriority_outOfBounds_fails(thread, Thread.MIN_PRIORITY - 1); in checkSetPriority_outOfBounds_fails()
/libcore/ojluni/src/main/java/java/lang/
DThreadGroup.java274 if (pri < Thread.MIN_PRIORITY) { in setMaxPriority()
275 pri = Thread.MIN_PRIORITY; in setMaxPriority()
DThread.java299 public final static int MIN_PRIORITY = 1; field in Thread
1233 if (newPriority > MAX_PRIORITY || newPriority < MIN_PRIORITY) { in setPriority()
/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java158 public static final int MIN_PRIORITY = 1; // 0x1 field in Thread
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java144 public static final int MIN_PRIORITY = 1; // 0x1 field in Thread
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThread.java350 public static final int MIN_PRIORITY = 1; // 0x1 field in Thread
/libcore/api/
Dcurrent.txt4031 field public static final int MIN_PRIORITY = 1; // 0x1