Searched refs:MIN_PRIORITY (Results 1 – 11 of 11) sorted by relevance
31 private static final int MIN_PRIORITY = 1; field in ZoneInfo46 if (priority < MIN_PRIORITY) { in ZoneInfo()47 throw new IllegalArgumentException("priority must be >=" + MIN_PRIORITY); in ZoneInfo()
111 encodingThread.setPriority(Thread.MIN_PRIORITY);
262 contactInfoQueryThread.setPriority(Thread.MIN_PRIORITY); in startRequestProcessing()
63 mChecker.setPriority(Thread.MIN_PRIORITY); in OnThreadLockChecker()
318 int lowestConsideredPriority = Vote.MIN_PRIORITY; in getDesiredDisplayModeSpecs()606 for (int p = Vote.MAX_PRIORITY; p >= Vote.MIN_PRIORITY; p--) { in dump()637 if (priority < Vote.MIN_PRIORITY || priority > Vote.MAX_PRIORITY) { in updateVoteLocked()1002 public static final int MIN_PRIORITY = PRIORITY_DEFAULT_REFRESH_RATE; field in DisplayModeDirector.Vote
134 mRequestThread.setPriority(Thread.MIN_PRIORITY); in startRequestQueue()
486 setPriority(MIN_PRIORITY); in spinner()
205 DisplayModeDirector.Vote.MAX_PRIORITY - DisplayModeDirector.Vote.MIN_PRIORITY + 1; in testDisplayModeVoting()218 int priority = Vote.MIN_PRIORITY + i; in testDisplayModeVoting()239 votes.put(Vote.MIN_PRIORITY, Vote.forRefreshRates(70, 80)); in testDisplayModeVoting()
893 SpinThread slow = new SpinThread(Thread.MIN_PRIORITY); in b2302318Test()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
42111 field public static final int MIN_PRIORITY = 1; // 0x1