Home
last modified time | relevance | path

Searched refs:createVotesSummary (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DSizeVoteTest.kt43 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()
91 val summary = createVotesSummary() in updates width if summary has more and display resolution voting enabled()
101 val summary = createVotesSummary() in does not update width if summary has less and display resolution voting enabled()
111 val summary = createVotesSummary() in updates height if summary has more and display resolution voting enabled()
121 val summary = createVotesSummary() in does not update height if summary has less and display resolution voting enabled()
131 val summary = createVotesSummary() in updates minWidth if summary has less and display resolution voting enabled()
142 val summary = createVotesSummary() in does not update minWidth if summary has more and display resolution voting enabled()
153 val summary = createVotesSummary() in updates minHeight if summary has less and display resolution voting enabled()
[all …]
DPhysicalVoteTest.kt41 val summary = createVotesSummary() in updates minPhysicalRefreshRate if summary has less()
51 val summary = createVotesSummary() in does not update minPhysicalRefreshRate if summary has more()
61 val summary = createVotesSummary() in updates maxPhysicalRefreshRate if summary has more()
71 val summary = createVotesSummary() in does not update maxPhysicalRefreshRate if summary has less()
81 val summary = createVotesSummary() in updates maxRenderFrameRate if summary has more()
91 val summary = createVotesSummary() in does not update maxRenderFrameRate if summary has less()
DRenderVoteTest.kt42 val summary = createVotesSummary() in updates minRenderFrameRate if summary has less()
52 val summary = createVotesSummary() in does not update minRenderFrameRate if summary has more()
62 val summary = createVotesSummary() in updates maxRenderFrameRate if summary has more()
72 val summary = createVotesSummary() in does not update maxRenderFrameRate if summary has less()
82 val summary = createVotesSummary() in updates minPhysicalRefreshRate if summary has less()
92 val summary = createVotesSummary() in does not update minPhysicalRefreshRate if summary has more()
DDisableRefreshRateSwitchingVoteTest.kt34 val summary = createVotesSummary() in disabled refresh rate switching is not changed()
45 val summary = createVotesSummary() in disables refresh rate switching if requested()
55 val summary = createVotesSummary() in does not disable refresh rate switching if not requested()
DSupportedModesVoteTest.kt43 val summary = createVotesSummary() in adds supported mode ids if supportedModeIds in summary is null()
52 val summary = createVotesSummary() in does not add supported mode ids if summary has empty list of modeIds()
62 val summary = createVotesSummary() in filters out modes that does not match vote()
DBaseModeRefreshRateVoteTest.kt43 val summary = createVotesSummary() in updates summary with base mode refresh rate if not set()
52 val summary = createVotesSummary() in keeps summary base mode refresh rate if set()
63 val summary = createVotesSummary() in keeps summary with base mode refresh rate if vote refresh rate is negative()
DSupportedRefreshRatesVoteTest.kt46 val summary = createVotesSummary() in adds supported refresh rates if supportedModes in summary is null()
55 val summary = createVotesSummary() in does not add supported refresh rates if summary has empty list of refresh rates()
65 val summary = createVotesSummary() in filters out supported refresh rates that does not match vote()
DRequestedRefreshRateVoteTest.kt34 val summary = createVotesSummary() in updates requestedRefreshRates()
50 val summary = createVotesSummary() in updates requestedRefreshRates with multiple refresh rates()
DTestUtils.kt22 internal fun createVotesSummary( in createVotesSummary() method
DCombinedVoteTest.kt49 val summary = createVotesSummary() in delegates update to children()
DVoteSummaryTest.kt200 val summary = createVotesSummary(supportedModesVoteEnabled = supportedModesVoteEnabled) in createSummary()