Home
last modified time | relevance | path

Searched refs:PRIORITY_APP_REQUEST_SIZE (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DVote.java71 static final int PRIORITY_APP_REQUEST_SIZE = 6; field in Vote
198 case PRIORITY_APP_REQUEST_SIZE: in priorityToString()
H A DDisplayModeDirector.java400 highestConsideredPriority = Vote.PRIORITY_APP_REQUEST_SIZE; in getDesiredDisplayModeSpecs()
1323 mVotesStorage.updateVote(displayId, Vote.PRIORITY_APP_REQUEST_SIZE, sizeVote); in setAppRequestedModeLocked()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisplayModeDirectorTest.java293 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, in testVotingWithFloatingPointErrors()
322 < Vote.PRIORITY_APP_REQUEST_SIZE); in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
406 > Vote.PRIORITY_APP_REQUEST_SIZE);
871 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(1920, 1080));
1535 Vote appRequestSize = director.getVote(DISPLAY_ID, Vote.PRIORITY_APP_REQUEST_SIZE); in testAppRequestObserver_modeId()
1565 appRequestSize = director.getVote(DISPLAY_ID, Vote.PRIORITY_APP_REQUEST_SIZE); in testAppRequestObserver_modeId()
1587 Vote appRequestSize = director.getVote(DISPLAY_ID, Vote.PRIORITY_APP_REQUEST_SIZE); in testAppRequestObserver_minRefreshRate()
1607 appRequestSize = director.getVote(DISPLAY_ID, Vote.PRIORITY_APP_REQUEST_SIZE); in testAppRequestObserver_minRefreshRate()
1632 Vote appRequestSize = director.getVote(DISPLAY_ID, Vote.PRIORITY_APP_REQUEST_SIZE); in testAppRequestObserver_maxRefreshRate()
1653 appRequestSize = director.getVote(DISPLAY_ID, Vote.PRIORITY_APP_REQUEST_SIZE); in testAppRequestObserver_maxRefreshRate()
[all …]
H A DVotesStorageTest.java39 private static final int PRIORITY = Vote.PRIORITY_APP_REQUEST_SIZE;