Searched refs:MIN_PRIORITY (Results 1 – 7 of 7) sorted by relevance
239 if (NICE_VALUES.length != (1 + Thread.MAX_PRIORITY - Thread.MIN_PRIORITY)) { in setPriority()243 if (priority < Thread.MIN_PRIORITY || priority > Thread.MAX_PRIORITY) { in setPriority()246 Process.setThreadPriority(nativeTid, NICE_VALUES[priority - Thread.MIN_PRIORITY]); in setPriority()
183 int lowestConsideredPriority = Vote.MIN_PRIORITY; in getAllowedModesLocked()334 for (int p = Vote.MAX_PRIORITY; p >= Vote.MIN_PRIORITY; p--) { in dump()358 if (priority < Vote.MIN_PRIORITY || priority > Vote.MAX_PRIORITY) { in updateVoteLocked()485 public static final int MIN_PRIORITY = PRIORITY_LOW_BRIGHTNESS; field in DisplayModeDirector.Vote
63 mChecker.setPriority(Thread.MIN_PRIORITY); in OnThreadLockChecker()
486 setPriority(MIN_PRIORITY); in spinner()
42111 field public static final int MIN_PRIORITY = 1; // 0x1
62278 field public static final int MIN_PRIORITY = 1; // 0x1
62422 field public static final int MIN_PRIORITY = 1; // 0x1