Home
last modified time | relevance | path

Searched refs:sortAndFilterShortcuts (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupPopulator.java83 public static List<ShortcutInfo> sortAndFilterShortcuts( in sortAndFilterShortcuts() method in PopupPopulator
160 shortcuts = PopupPopulator.sortAndFilterShortcuts(shortcuts, shortcutIdToDeDupe); in createUpdateRunnable()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
H A DPopupPopulatorTest.java93 List<ShortcutInfo> filteredShortcuts = PopupPopulator.sortAndFilterShortcuts( in filterShortcutsAndAssertNumStaticAndDynamic()