Searched refs:MIN_PRIORITY (Results 1 – 8 of 8) sorted by relevance
242 if (NICE_VALUES.length != (1 + Thread.MAX_PRIORITY - Thread.MIN_PRIORITY)) { in setPriority()246 if (priority < Thread.MIN_PRIORITY || priority > Thread.MAX_PRIORITY) { in setPriority()249 Process.setThreadPriority(nativeTid, NICE_VALUES[priority - Thread.MIN_PRIORITY]); in setPriority()
98 DisplayModeDirector.Vote.MAX_PRIORITY - DisplayModeDirector.Vote.MIN_PRIORITY + 1; in testDisplayModeVoting()111 int priority = Vote.MIN_PRIORITY + i; in testDisplayModeVoting()132 votes.put(Vote.MIN_PRIORITY, Vote.forRefreshRates(70, 80)); in testDisplayModeVoting()
219 int lowestConsideredPriority = Vote.MIN_PRIORITY; in getDesiredDisplayModeSpecs()375 for (int p = Vote.MAX_PRIORITY; p >= Vote.MIN_PRIORITY; p--) { in dump()399 if (priority < Vote.MIN_PRIORITY || priority > Vote.MAX_PRIORITY) { in updateVoteLocked()718 public static final int MIN_PRIORITY = PRIORITY_DEFAULT_REFRESH_RATE; field in DisplayModeDirector.Vote
63 mChecker.setPriority(Thread.MIN_PRIORITY); in OnThreadLockChecker()
486 setPriority(MIN_PRIORITY); in spinner()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
42111 field public static final int MIN_PRIORITY = 1; // 0x1
64891 field public static final int MIN_PRIORITY = 1; // 0x1