Searched refs:filteredShortcuts (Results 1 – 2 of 2) sorted by relevance
102 List<ShortcutInfo> filteredShortcuts = new ArrayList<>(MAX_SHORTCUTS); in sortAndFilterShortcuts() local107 int filteredSize = filteredShortcuts.size(); in sortAndFilterShortcuts()110 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()121 filteredShortcuts.remove(lastStaticIndex); in sortAndFilterShortcuts()122 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()125 return filteredShortcuts; in sortAndFilterShortcuts()
89 List<ShortcutInfo> filteredShortcuts = PopupPopulator.sortAndFilterShortcuts( in filterShortcutsAndAssertNumStaticAndDynamic() local91 assertIsSorted(filteredShortcuts); in filterShortcutsAndAssertNumStaticAndDynamic()95 for (ShortcutInfo shortcut : filteredShortcuts) { in filterShortcutsAndAssertNumStaticAndDynamic()