Searched refs:makeShortcuts (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest11.java | 63 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1", "s2"))); in testShortcutChangeCallback_setDynamicShortcuts() 80 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1", "s2"))); in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId() 90 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s2", "s3"))); in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId() 132 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s3", "s4"))); in testShortcutChangeCallback_setDynamicShortcuts_pinnedAndCached() 149 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1", "s2"))); in testShortcutChangeCallback_pinShortcuts() 173 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1", "s2", "s3"))); in testShortcutChangeCallback_pinShortcuts_unpinOthers() 380 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1"))); in testShortcutChangeCallback_addDynamicShortcuts() 390 assertTrue(mManager.addDynamicShortcuts(makeShortcuts("s1", "s2"))); in testShortcutChangeCallback_addDynamicShortcuts() 433 assertTrue(mManager.setDynamicShortcuts((makeShortcuts("s1", "s2", "s3")))); in testShortcutChangeCallback_pushDynamicShortcut_existingId() 463 assertTrue(mManager.setDynamicShortcuts((makeShortcuts("s1", "s2", "s3")))); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletion() [all …]
|
D | BaseShortcutManagerTest.java | 1835 protected List<ShortcutInfo> makeShortcuts(String... ids) { in makeShortcuts() method in BaseShortcutManagerTest
|
D | ShortcutManagerTest1.java | 1715 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("sx1", "sx2", "sx3", "sx4"))); in testCachedShortcuts_canPassShortcutLimit()
|