Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DModifierShortcutManager.java71 private final SparseArray<Intent> mIntentShortcuts = new SparseArray<>(); field in ModifierShortcutManager
151 SparseArray<Intent> shortcutMap = isShiftOn ? mShiftShortcuts : mIntentShortcuts; in getIntent()
291 mIntentShortcuts.put(shortcutChar, intent); in loadShortcuts()