Searched refs:filteredShortcuts (Results 1 – 2 of 2) sorted by relevance
79 List<ShortcutInfo> filteredShortcuts = new ArrayList<>(MAX_SHORTCUTS); in sortAndFilterShortcuts() local84 int filteredSize = filteredShortcuts.size(); in sortAndFilterShortcuts()87 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()98 filteredShortcuts.remove(lastStaticIndex); in sortAndFilterShortcuts()99 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()102 return filteredShortcuts; in sortAndFilterShortcuts()
74 List<ShortcutInfo> filteredShortcuts = PopupPopulator.sortAndFilterShortcuts(shortcuts); in filterShortcutsAndAssertNumStaticAndDynamic() local75 assertIsSorted(filteredShortcuts); in filterShortcutsAndAssertNumStaticAndDynamic()79 for (ShortcutInfo shortcut : filteredShortcuts) { in filterShortcutsAndAssertNumStaticAndDynamic()