Home
last modified time | relevance | path

Searched refs:logShortcutApplied (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DThemesUserEventLogger.kt40 fun logShortcutApplied(shortcut: String, shortcutSlotId: String) in logThemeColorApplied() method
DThemesUserEventLoggerImpl.kt217 override fun logShortcutApplied(shortcut: String, shortcutSlotId: String) { in logShortcutApplied() method in com.android.customization.module.logging.ThemesUserEventLoggerImpl
/packages/apps/ThemePicker/tests/common/src/com/android/customization/module/logging/
DTestThemesUserEventLogger.kt71 override fun logShortcutApplied(shortcut: String, shortcutSlotId: String) { in logShortcutApplied() method in com.android.customization.module.logging.TestThemesUserEventLogger
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModel.kt223 logger.logShortcutApplied( in <lambda>()
262 logger.logShortcutApplied( in <lambda>()
/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModel2.kt291 logger.logShortcutApplied(shortcut = affordanceId, shortcutSlotId = slotId) in <lambda>()