Searched defs:MAX_PRIORITY (Results 1 - 1 of 1) sorted by relevance

/libcore/libart/src/main/java/java/lang/
H A DThread.java110 public static final int MAX_PRIORITY = 10; field in class:Thread
934 * @throws IllegalArgumentException - if the new priority is greater than {@link #MAX_PRIORITY}
938 if (priority < Thread.MIN_PRIORITY || priority > Thread.MAX_PRIORITY) {

Completed in 187 milliseconds