Home
last modified time | relevance | path

Searched defs:keyboardShortcutGroups (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcuts.java545 final List<KeyboardShortcutGroup> keyboardShortcutGroups) { in showKeyboardShortcutsDialog()
555 private void handleShowKeyboardShortcuts(List<KeyboardShortcutGroup> keyboardShortcutGroups) { in handleShowKeyboardShortcuts()
562 R.id.keyboard_shortcuts_container), keyboardShortcutGroups); in handleShowKeyboardShortcuts() local
573 List<KeyboardShortcutGroup> keyboardShortcutGroups) { in populateKeyboardShortcuts()