Home
last modified time | relevance | path

Searched refs:MIN_PRIORITY (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DVotesStorage.java88 if (priority < Vote.MIN_PRIORITY || priority > Vote.MAX_PRIORITY) { in updateVote()
133 for (int p = Vote.MAX_PRIORITY; p >= Vote.MIN_PRIORITY; p--) { in dump()
H A DVote.java108 static final int MIN_PRIORITY = PRIORITY_DEFAULT_RENDER_FRAME_RATE; field in Vote
H A DDisplayModeDirector.java395 int lowestConsideredPriority = Vote.MIN_PRIORITY; in getDesiredDisplayModeSpecs()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DVotesStorageTest.java129 mVotesStorage.updateVote(DISPLAY_ID, Vote.MIN_PRIORITY - 1, VOTE); in ignoresVotesWithLowerThanMinPriority()
H A DDisplayModeDirectorTest.java223 int numPriorities = Vote.MAX_PRIORITY - Vote.MIN_PRIORITY + 1; in testDisplayModeVoting()
236 int priority = Vote.MIN_PRIORITY + i; in testDisplayModeVoting()
275 votes.put(Vote.MIN_PRIORITY, Vote.forPhysicalRefreshRates(70, 80)); in testDisplayModeVoting()
/aosp14/frameworks/base/tools/lock_agent/java/com/android/lock_checker/
H A DOnThreadLockChecker.java63 mChecker.setPriority(Thread.MIN_PRIORITY); in OnThreadLockChecker()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...