Searched defs:logShortcutApplied (Results 1 – 3 of 3) sorted by relevance
/packages/apps/ThemePicker/src/com/android/customization/module/logging/ | ||
D | ThemesUserEventLogger.kt | 40 fun logShortcutApplied(shortcut: String, shortcutSlotId: String) in logThemeColorApplied() method |
D | ThemesUserEventLoggerImpl.kt | 222 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/ | ||
D | TestThemesUserEventLogger.kt | 59 override fun logShortcutApplied(shortcut: String, shortcutSlotId: String) {} in logShortcutApplied() method in com.android.customization.module.logging.TestThemesUserEventLogger |