Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DDisplayModeDirectorTest.java150 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forRefreshRates(60 + error, 60 + error)); in testVotingWithFloatingPointErrors()
164 assertTrue(Vote.PRIORITY_LOW_BRIGHTNESS < Vote.PRIORITY_APP_REQUEST_SIZE); in testBrightnessHasLowerPriorityThanUser()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayModeDirector.java706 public static final int PRIORITY_APP_REQUEST_SIZE = 4; field in DisplayModeDirector.Vote
770 case PRIORITY_APP_REQUEST_SIZE: in priorityToString()
956 updateVoteLocked(displayId, Vote.PRIORITY_APP_REQUEST_SIZE, sizeVote); in setAppRequestedModeLocked()