Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DDisplayObserverTest.java24 import static com.android.server.display.mode.Vote.PRIORITY_LIMIT_MODE;
302 assertThat(getVote(DEFAULT_DISPLAY, PRIORITY_LIMIT_MODE)).isEqualTo(null); in testDefaultDisplayAdded()
304 assertThat(getVote(DEFAULT_DISPLAY, PRIORITY_LIMIT_MODE)).isEqualTo(null); in testDefaultDisplayAdded()
305 assertThat(getVote(EXTERNAL_DISPLAY, PRIORITY_LIMIT_MODE)).isEqualTo(null); in testDefaultDisplayAdded()
321 assertThat(getVote(EXTERNAL_DISPLAY, PRIORITY_LIMIT_MODE)).isEqualTo(null); in testExternalDisplayAdded_applyResolutionRefreshRateLimit()
323 assertThat(getVote(DEFAULT_DISPLAY, PRIORITY_LIMIT_MODE)).isEqualTo(null); in testExternalDisplayAdded_applyResolutionRefreshRateLimit()
324 assertThat(getVote(EXTERNAL_DISPLAY, PRIORITY_LIMIT_MODE)).isEqualTo( in testExternalDisplayAdded_applyResolutionRefreshRateLimit()
329 assertThat(getVote(DEFAULT_DISPLAY, PRIORITY_LIMIT_MODE)).isEqualTo(null); in testExternalDisplayAdded_applyResolutionRefreshRateLimit()
330 assertThat(getVote(EXTERNAL_DISPLAY, PRIORITY_LIMIT_MODE)).isEqualTo(null); in testExternalDisplayAdded_applyResolutionRefreshRateLimit()
340 assertThat(getVote(EXTERNAL_DISPLAY, PRIORITY_LIMIT_MODE)).isEqualTo(null); in testExternalDisplayAdded_disabledResolutionRefreshRateLimit()
[all …]
/frameworks/base/services/core/java/com/android/server/display/mode/
DVote.java99 int PRIORITY_LIMIT_MODE = 11; field
150 PRIORITY_LIMIT_MODE,
266 case PRIORITY_LIMIT_MODE: in priorityToString()
DDisplayModeDirector.java1536 Vote.PRIORITY_LIMIT_MODE, null); in removeDisplaysPeakRefreshRateAndResolution()
1548 Vote.PRIORITY_LIMIT_MODE, in updateDisplaysPeakRefreshRateAndResolution()