Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DSysUiStatsLogger.kt62 private var shortcutSlotId = "" variable in com.android.customization.module.logging.SysUiStatsLogger
153 fun setShortcutSlotId(shortcutSlotId: String) = apply { this.shortcutSlotId = shortcutSlotId } in <lambda>()
192 shortcutSlotId, in log()
DThemesUserEventLogger.kt40 fun logShortcutApplied(shortcut: String, shortcutSlotId: String) in logThemeColorApplied()
DThemesUserEventLoggerImpl.kt222 override fun logShortcutApplied(shortcut: String, shortcutSlotId: String) { in logShortcutApplied()
226 .setShortcutSlotId(shortcutSlotId) in logShortcutApplied()
/packages/apps/ThemePicker/tests/common/src/com/android/customization/module/logging/
DTestThemesUserEventLogger.kt59 override fun logShortcutApplied(shortcut: String, shortcutSlotId: String) {} in logShortcutApplied()
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModel.kt225 shortcutSlotId = selectedSlotId, in <lambda>()
264 shortcutSlotId = selectedSlotId, in <lambda>()