Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcuts.java134 @Nullable private List<KeyboardShortcutGroup> mReceivedAppShortcutGroups = null; field in KeyboardShortcuts
389 mReceivedAppShortcutGroups = null; in showKeyboardShortcuts()
407 mReceivedAppShortcutGroups = in onAppSpecificShortcutsReceived()
411 sanitiseShortcuts(mReceivedAppShortcutGroups); in onAppSpecificShortcutsReceived()
437 if (mReceivedAppShortcutGroups == null || mReceivedImeShortcutGroups == null) { in maybeMergeAndShowKeyboardShortcuts()
440 List<KeyboardShortcutGroup> shortcutGroups = new ArrayList<>(mReceivedAppShortcutGroups); in maybeMergeAndShowKeyboardShortcuts()
442 mReceivedAppShortcutGroups = null; in maybeMergeAndShowKeyboardShortcuts()