Searched refs:mIntentShortcuts (Results 1 – 1 of 1) sorted by relevance
71 private final SparseArray<Intent> mIntentShortcuts = new SparseArray<>(); field in ModifierShortcutManager151 SparseArray<Intent> shortcutMap = isShiftOn ? mShiftShortcuts : mIntentShortcuts; in getIntent()291 mIntentShortcuts.put(shortcutChar, intent); in loadShortcuts()