Searched refs:shortcutMap (Results 1 – 3 of 3) sorted by relevance
239 val shortcutMap = shortcutKeys.flatMap { key -> in <lambda>() constant249 shortcutMap[ShortcutKey(entity.userId, entity.packageName)] in <lambda>()
151 SparseArray<Intent> shortcutMap = isShiftOn ? mShiftShortcuts : mIntentShortcuts; in getIntent() local156 shortcutIntent = shortcutMap.get(shortcutChar); in getIntent()163 shortcutIntent = shortcutMap.get(shortcutChar); in getIntent()
504 Map<String, List<ShortcutMultiMappingInfo>> shortcutMap = new LinkedHashMap<>(); in reMapToKeyboardShortcutMultiMappingGroup() local508 if (shortcutMap.containsKey(label)) { in reMapToKeyboardShortcutMultiMappingGroup()509 List<ShortcutMultiMappingInfo> shortcuts = shortcutMap.get(label); in reMapToKeyboardShortcutMultiMappingGroup()528 shortcutMap.put(label, shortcuts); in reMapToKeyboardShortcutMultiMappingGroup()531 for (List<ShortcutMultiMappingInfo> shortcutInfos : shortcutMap.values()) { in reMapToKeyboardShortcutMultiMappingGroup()