Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest11.java63 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 …]
DBaseShortcutManagerTest.java1835 protected List<ShortcutInfo> makeShortcuts(String... ids) { in makeShortcuts() method in BaseShortcutManagerTest
DShortcutManagerTest1.java1715 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("sx1", "sx2", "sx3", "sx4"))); in testCachedShortcuts_canPassShortcutLimit()