Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DVote.java92 static final int PRIORITY_FLICKER_REFRESH_RATE_SWITCH = 11; field in Vote
204 case PRIORITY_FLICKER_REFRESH_RATE_SWITCH: in priorityToString()
H A DDisplayModeDirector.java1834 mVotesStorage.updateGlobalVote(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, null); in removeFlickerRefreshRateVotes()
2190 mVotesStorage.updateGlobalVote(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, in onBrightnessChangedLocked()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisplayModeDirectorTest.java324 assertTrue(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
347 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
362 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
377 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
392 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
507 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testAppRequestRefreshRateRange()
628 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forRenderFrameRates(60, 90));
634 assertNull(director.getVote(-1, Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH));
969 vote = director.getVote(Display.DEFAULT_DISPLAY, Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH);
1000 vote = director.getVote(Display.DEFAULT_DISPLAY, Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH);
[all …]