Home
last modified time | relevance | path

Searched refs:shortcutMap (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDataRepository.kt239 val shortcutMap = shortcutKeys.flatMap { key -> in <lambda>() constant
249 shortcutMap[ShortcutKey(entity.userId, entity.packageName)] in <lambda>()
/frameworks/base/services/core/java/com/android/server/policy/
DModifierShortcutManager.java151 SparseArray<Intent> shortcutMap = isShiftOn ? mShiftShortcuts : mIntentShortcuts; in getIntent() local
156 shortcutIntent = shortcutMap.get(shortcutChar); in getIntent()
163 shortcutIntent = shortcutMap.get(shortcutChar); in getIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutListSearch.java504 Map<String, List<ShortcutMultiMappingInfo>> shortcutMap = new LinkedHashMap<>(); in reMapToKeyboardShortcutMultiMappingGroup() local
508 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()