Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DDisplayModeDirectorTest.java163 assertTrue(Vote.PRIORITY_LOW_BRIGHTNESS < Vote.PRIORITY_APP_REQUEST_REFRESH_RATE); in testBrightnessHasLowerPriorityThanUser()
164 assertTrue(Vote.PRIORITY_LOW_BRIGHTNESS < Vote.PRIORITY_APP_REQUEST_SIZE); in testBrightnessHasLowerPriorityThanUser()
172 votes.put(Vote.PRIORITY_LOW_BRIGHTNESS, Vote.forRefreshRates(60, 60)); in testBrightnessHasLowerPriorityThanUser()
180 votes.put(Vote.PRIORITY_LOW_BRIGHTNESS, Vote.forRefreshRates(90, 90)); in testBrightnessHasLowerPriorityThanUser()
188 votes.put(Vote.PRIORITY_LOW_BRIGHTNESS, Vote.forRefreshRates(60, 60)); in testBrightnessHasLowerPriorityThanUser()
196 votes.put(Vote.PRIORITY_LOW_BRIGHTNESS, Vote.forRefreshRates(90, 90)); in testBrightnessHasLowerPriorityThanUser()
208 Vote.PRIORITY_LOW_BRIGHTNESS < Vote.APP_REQUEST_REFRESH_RATE_RANGE_PRIORITY_CUTOFF);
219 votes.put(Vote.PRIORITY_LOW_BRIGHTNESS, Vote.forRefreshRates(60, 60));
/frameworks/base/services/core/java/com/android/server/display/
DDisplayModeDirector.java691 public static final int PRIORITY_LOW_BRIGHTNESS = 1; field in DisplayModeDirector.Vote
764 case PRIORITY_LOW_BRIGHTNESS: in priorityToString()
1141 updateVoteLocked(Vote.PRIORITY_LOW_BRIGHTNESS, null); in onRefreshRateSettingChangedLocked()
1317 updateVoteLocked(Vote.PRIORITY_LOW_BRIGHTNESS, vote); in onBrightnessChangedLocked()