Searched defs:Shortcut (Results 1 – 3 of 3) sorted by relevance
66 fun SceneScope.Shortcut( in <lambda>() method in com.android.systemui.keyguard.ui.composable.section.BottomAreaSection120 private fun Shortcut( in <lambda>() method
129 public static class Shortcut { class in ShortcutParser
44 data class Shortcut(val label: String, val commands: List<ShortcutCommand>) class