Searched refs:mReceivedAppShortcutGroups (Results 1 – 1 of 1) sorted by relevance
134 @Nullable private List<KeyboardShortcutGroup> mReceivedAppShortcutGroups = null; field in KeyboardShortcuts389 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()