Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DThemesUserEventLogger.kt30 fun logClockApplied(clockId: String) in logThemeColorApplied() method
DThemesUserEventLoggerImpl.kt187 override fun logClockApplied(clockId: String) { in logClockApplied() method in com.android.customization.module.logging.ThemesUserEventLoggerImpl
/packages/apps/ThemePicker/tests/common/src/com/android/customization/module/logging/
DTestThemesUserEventLogger.kt47 override fun logClockApplied(clockId: String) {} in logClockApplied() method in com.android.customization.module.logging.TestThemesUserEventLogger
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/viewmodel/
DClockCarouselViewModel.kt134 logger.logClockApplied(clockId) in <lambda>()