Home
last modified time | relevance | path

Searched refs:themeColorSource (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ThemePicker/tests/common/src/com/android/customization/module/logging/
DTestThemesUserEventLogger.kt32 var themeColorSource: Int = StyleEnums.COLOR_SOURCE_UNSPECIFIED variable in com.android.customization.module.logging.TestThemesUserEventLogger
40 this.themeColorSource = source in logThemeColorApplied()
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/color/ui/viewmodel/
DColorPickerViewModelTest.kt150 assertThat(logger.themeColorSource) in <lambda>()
181 assertThat(logger.themeColorSource).isEqualTo(StyleEnums.COLOR_SOURCE_PRESET_COLOR) in <lambda>()