Searched refs:shortcutMap (Results 1 – 2 of 2) sorted by relevance
85 SparseArray<ShortcutInfo> shortcutMap = isShiftOn ? mShiftShortcuts : mShortcuts; in getIntent() local90 shortcut = shortcutMap.get(shortcutChar); in getIntent()97 shortcut = shortcutMap.get(shortcutChar); in getIntent()
154 val shortcutMap = shortcutKeys.flatMap { key -> in <lambda>() constant164 shortcutMap[ShortcutKey(entity.userId, entity.packageName)] in <lambda>()