Searched refs:forDisableRefreshRateSwitching (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/ |
H A D | Vote.java | 164 static Vote forDisableRefreshRateSwitching() { in forDisableRefreshRateSwitching() method in Vote
|
H A D | DisplayModeDirector.java | 2164 refreshRateSwitchingVote = Vote.forDisableRefreshRateSwitching(); in onBrightnessChangedLocked() 2182 refreshRateSwitchingVote = Vote.forDisableRefreshRateSwitching(); in onBrightnessChangedLocked()
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
H A D | VotesStorageTest.java | 40 private static final Vote VOTE = Vote.forDisableRefreshRateSwitching();
|
H A D | DisplayModeDirectorTest.java | 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() 1430 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); 1477 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testAppRequestMaxRefreshRate() 1765 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testDisableRefreshRateSwitchingVote() 1778 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testDisableRefreshRateSwitchingVote() 1790 votes.put(Vote.PRIORITY_FLICKER_REFRESH_RATE_SWITCH, Vote.forDisableRefreshRateSwitching()); in testDisableRefreshRateSwitchingVote()
|