Home
last modified time | relevance | path

Searched refs:MIN_PRIORITY (Results 1 – 6 of 6) 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/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
1231 if (newPriority > MAX_PRIORITY || newPriority < MIN_PRIORITY) { in setPriority()
/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java156 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