Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/mode/
DVote.java125 int PRIORITY_FLICKER_REFRESH_RATE_SWITCH = 17; field
156 PRIORITY_FLICKER_REFRESH_RATE_SWITCH,
248 case PRIORITY_FLICKER_REFRESH_RATE_SWITCH: in priorityToString()
DDisplayModeDirector.java1999 mVotesStorage.updateGlobalVote(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, null); in removeFlickerRefreshRateVotes()
2372 mVotesStorage.updateGlobalVote(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, in onBrightnessChangedLocked()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DDisplayModeDirectorTest.java602 assertTrue(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
625 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
640 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
655 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
670 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
786 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testAppRequestRefreshRateRange()
879 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forRenderFrameRates(60, 90));
885 assertNull(director.getVote(-1, Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH));
1221 vote = director.getVote(Display.DEFAULT_DISPLAY, Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH);
1252 vote = director.getVote(Display.DEFAULT_DISPLAY, Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH);
[all …]
DBrightnessObserverTest.kt94 Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH)).isEqualTo(testCase.expectedSwitchVote) in testLowLightBlockingZoneVotes()