Searched refs:isDisplayResolutionRangeVotingEnabled (Results 1 – 8 of 8) sorted by relevance
23 isDisplayResolutionRangeVotingEnabled: Boolean = true, in createVotesSummary()28 return VoteSummary(isDisplayResolutionRangeVotingEnabled, supportedModesVoteEnabled, in createVotesSummary()
43 val summary = createVotesSummary(isDisplayResolutionRangeVotingEnabled = false) in updates size if width and height not set and display resolution voting disabled()59 val summary = createVotesSummary(isDisplayResolutionRangeVotingEnabled = false) in does not update size if width set and display resolution voting disabled()75 val summary = createVotesSummary(isDisplayResolutionRangeVotingEnabled = false) in does not update size if height set and display resolution voting disabled()
311 when(mDisplayManagerFlags.isDisplayResolutionRangeVotingEnabled()).thenReturn(true); in testExternalDisplayAdded_applyResolutionRefreshRateLimit()336 when(mDisplayManagerFlags.isDisplayResolutionRangeVotingEnabled()).thenReturn(true); in testExternalDisplayAdded_disabledResolutionRefreshRateLimit()355 when(mDisplayManagerFlags.isDisplayResolutionRangeVotingEnabled()).thenReturn(true); in testExternalDisplayAdded_appliedRefreshRatesSynchronization()378 when(mDisplayManagerFlags.isDisplayResolutionRangeVotingEnabled()).thenReturn(true); in testExternalDisplayAdded_disabledFeatureRefreshRatesSynchronization()394 when(mDisplayManagerFlags.isDisplayResolutionRangeVotingEnabled()).thenReturn(true); in testExternalDisplay_notAppliedRefreshRatesSynchronization()
827 when(mDisplayManagerFlags.isDisplayResolutionRangeVotingEnabled())
64 VoteSummary(boolean isDisplayResolutionRangeVotingEnabled, boolean supportedModesVoteEnabled, in VoteSummary() argument66 mIsDisplayResolutionRangeVotingEnabled = isDisplayResolutionRangeVotingEnabled; in VoteSummary()
212 .isDisplayResolutionRangeVotingEnabled(); in DisplayModeDirector()
224 public boolean isDisplayResolutionRangeVotingEnabled() { in isDisplayResolutionRangeVotingEnabled() method in DisplayManagerFlags
11237 HSPLcom/android/server/display/feature/DisplayManagerFlags;->isDisplayResolutionRangeVotingEnabled(…