Searched refs:filterShortcutsAndAssertNumStaticAndDynamic (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/ |
H A D | PopupPopulatorTest.java | 51 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(3, 0), 3, 0); in testSortAndFilterShortcuts() 52 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(0, 3), 0, 3); in testSortAndFilterShortcuts() 53 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(5, 0), MAX_SHORTCUTS, 0); in testSortAndFilterShortcuts() 54 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(0, 5), 0, MAX_SHORTCUTS); in testSortAndFilterShortcuts() 55 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(3, 3), in testSortAndFilterShortcuts() 57 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(5, 5), in testSortAndFilterShortcuts() 59 … filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(5, 1), MAX_SHORTCUTS - 1, 1); in testSortAndFilterShortcuts() 61 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(5, 3), in testSortAndFilterShortcuts() 63 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(3, 5), in testSortAndFilterShortcuts() 85 private void filterShortcutsAndAssertNumStaticAndDynamic( in filterShortcutsAndAssertNumStaticAndDynamic() method in PopupPopulatorTest [all …]
|