Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/tests/common/src/com/android/customization/module/logging/
DTestThemesUserEventLogger.kt34 var themeColorStyle: Int = -1 variable in com.android.customization.module.logging.TestThemesUserEventLogger
41 this.themeColorStyle = style in logThemeColorApplied()
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/color/ui/viewmodel/
DColorPickerViewModelTest.kt152 assertThat(logger.themeColorStyle).isEqualTo(Style.EXPRESSIVE.toString().hashCode()) in <lambda>()
182 assertThat(logger.themeColorStyle).isEqualTo(Style.FRUIT_SALAD.toString().hashCode()) in <lambda>()