Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DVoteSummaryTest.kt32 val supportedModesVoteEnabled: Boolean, constant in com.android.server.display.mode.VoteSummaryTest.SupportedRefreshRatesTestCase
86 val summary = createSummary(testCase.supportedModesVoteEnabled) in filters modes for summary supportedRefreshRates()
95 val supportedModesVoteEnabled: Boolean, constant in com.android.server.display.mode.VoteSummaryTest.SupportedModesTestCase
148 val summary = createSummary(testCase.supportedModesVoteEnabled) in filters modes for summary supportedModes()
199 private fun createSummary(supportedModesVoteEnabled: Boolean = false): VoteSummary { in createSummary()
200 val summary = createVotesSummary(supportedModesVoteEnabled = supportedModesVoteEnabled) in createSummary()
DTestUtils.kt24 supportedModesVoteEnabled: Boolean = true, in createVotesSummary()
28 return VoteSummary(isDisplayResolutionRangeVotingEnabled, supportedModesVoteEnabled, in createVotesSummary()
/frameworks/base/services/core/java/com/android/server/display/mode/
DVoteSummary.java64 VoteSummary(boolean isDisplayResolutionRangeVotingEnabled, boolean supportedModesVoteEnabled, in VoteSummary() argument
67 mSupportedModesVoteEnabled = supportedModesVoteEnabled; in VoteSummary()