Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DPopupPopulatorTest.java45 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(3, 0), 3, 0); in testSortAndFilterShortcuts()
46 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(0, 3), 0, 3); in testSortAndFilterShortcuts()
47 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(5, 0), MAX_ITEMS, 0); in testSortAndFilterShortcuts()
48 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(0, 5), 0, MAX_ITEMS); in testSortAndFilterShortcuts()
49 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(3, 3), in testSortAndFilterShortcuts()
51 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(5, 5), in testSortAndFilterShortcuts()
53 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(5, 1), MAX_ITEMS - 1, 1); in testSortAndFilterShortcuts()
54 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(1, 5), 1, MAX_ITEMS - 1); in testSortAndFilterShortcuts()
55 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(5, 3), in testSortAndFilterShortcuts()
57 filterShortcutsAndAssertNumStaticAndDynamic(createShortcutsList(3, 5), in testSortAndFilterShortcuts()
[all …]