Searched defs:shortcutKeys (Results 1 – 3 of 3) sorted by relevance
692 List<StringDrawableContainer> shortcutKeys = getHumanReadableShortcutKeys(info); in populateKeyboardShortcuts() local772 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys() local810 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers() local
1114 List<StringDrawableContainer> shortcutKeys = in populateKeyboardShortcutSearchList() local1216 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys() local1254 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers() local
222 val shortcutKeys = entities.map { ShortcutKey(it.userId, it.packageName) }.toSet() in <lambda>() constant