Home
last modified time | relevance | path

Searched refs:getDisplayTheme (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/display/
DDisplayTest.kt53 assertThat(TestApis.display().getDisplayTheme()).isEqualTo(DisplayProperties.Theme.DARK) in setDisplayTheme_setDark_themeIsSet()
60 assertThat(TestApis.display().getDisplayTheme()).isEqualTo(DisplayProperties.Theme.LIGHT) in setDisplayTheme_setLight_themeIsSet()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/display/
DDisplay.kt51 fun getDisplayTheme(): DisplayProperties.Theme { in display() method
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/
DDeviceStateTest.java1104 assertThat(Display.INSTANCE.getDisplayTheme()).isEqualTo(DisplayProperties.Theme.DARK); in ensureUsingDisplayTheme_setDark_themeIsSet()
1110 assertThat(Display.INSTANCE.getDisplayTheme()).isEqualTo(DisplayProperties.Theme.LIGHT); in ensureUsingDisplayTheme_setLight_themeIsSet()
1131 assertThat(Display.INSTANCE.getDisplayTheme()).isEqualTo(DisplayProperties.Theme.DARK); in includeRunOnDarkModeDevice_themeIsSet()
1137 assertThat(Display.INSTANCE.getDisplayTheme()).isEqualTo(DisplayProperties.Theme.LIGHT); in includeRunOnLightModeDevice_themeIsSet()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceState.java2617 mOriginalDisplayTheme = Display.INSTANCE.getDisplayTheme();