Searched refs:filteredShortcuts (Results 1 – 2 of 2) sorted by relevance
156 List<ShortcutInfoCompat> filteredShortcuts = new ArrayList<>(MAX_ITEMS); in sortAndFilterShortcuts() local161 int filteredSize = filteredShortcuts.size(); in sortAndFilterShortcuts()164 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()175 filteredShortcuts.remove(lastStaticIndex); in sortAndFilterShortcuts()176 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()179 return filteredShortcuts; in sortAndFilterShortcuts()
87 List<ShortcutInfoCompat> filteredShortcuts = PopupPopulator.sortAndFilterShortcuts( in filterShortcutsAndAssertNumStaticAndDynamic() local89 assertIsSorted(filteredShortcuts); in filterShortcutsAndAssertNumStaticAndDynamic()93 for (ShortcutInfoCompat shortcut : filteredShortcuts) { in filterShortcutsAndAssertNumStaticAndDynamic()