Searched refs:filteredShortcuts (Results 1 – 2 of 2) sorted by relevance
103 List<ShortcutInfo> filteredShortcuts = new ArrayList<>(MAX_SHORTCUTS); in sortAndFilterShortcuts() local108 int filteredSize = filteredShortcuts.size(); in sortAndFilterShortcuts()111 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()122 filteredShortcuts.remove(lastStaticIndex); in sortAndFilterShortcuts()123 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()126 return filteredShortcuts; in sortAndFilterShortcuts()
93 List<ShortcutInfo> filteredShortcuts = PopupPopulator.sortAndFilterShortcuts( in filterShortcutsAndAssertNumStaticAndDynamic() local95 assertIsSorted(filteredShortcuts); in filterShortcutsAndAssertNumStaticAndDynamic()99 for (ShortcutInfo shortcut : filteredShortcuts) { in filterShortcutsAndAssertNumStaticAndDynamic()