Home
last modified time | relevance | path

Searched refs:MAX_PRIORITY (Results 1 – 8 of 8) 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.java109 static final int MAX_PRIORITY = PRIORITY_UDFPS; field in Vote
H A DDisplayModeDirector.java396 int highestConsideredPriority = Vote.MAX_PRIORITY; in getDesiredDisplayModeSpecs()
479 Vote.MAX_PRIORITY, in getDesiredDisplayModeSpecs()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DVotesStorageTest.java138 mVotesStorage.updateVote(DISPLAY_ID, Vote.MAX_PRIORITY + 1, VOTE); in ignoresVotesWithGreaterThanMaxPriority()
H A DDisplayModeDirectorTest.java223 int numPriorities = Vote.MAX_PRIORITY - Vote.MIN_PRIORITY + 1; in testDisplayModeVoting()
274 votes.put(Vote.MAX_PRIORITY, Vote.forPhysicalRefreshRates(65, 85)); in testDisplayModeVoting()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java485 private final int MAX_PRIORITY = Integer.MAX_VALUE; field in GraphRunner.LfuScheduler
507 : (filter.canSchedule() ? (MAX_PRIORITY - filter.getScheduleCount()) in priorityForFilter()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DSaveImageInBackgroundTask.java124 Thread.currentThread().setPriority(Thread.MAX_PRIORITY); in doInBackground()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...