Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest11.java65 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1", "s2"))); in testShortcutChangeCallback_setDynamicShortcuts()
82 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1", "s2"))); in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId()
92 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s2", "s3"))); in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId()
134 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s3", "s4"))); in testShortcutChangeCallback_setDynamicShortcuts_pinnedAndCached()
151 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1", "s2"))); in testShortcutChangeCallback_pinShortcuts()
382 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1"))); in testShortcutChangeCallback_addDynamicShortcuts()
392 assertTrue(mManager.addDynamicShortcuts(makeShortcuts("s1", "s2"))); in testShortcutChangeCallback_addDynamicShortcuts()
502 assertTrue(mManager.setDynamicShortcuts((makeShortcuts("s1", "s2")))); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletionButCached()
536 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1", "s2"))); in testShortcutChangeCallback_disableShortcuts()
643 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1", "s2"))); in testShortcutChangeCallback_removeDynamicShortcuts()
[all …]
H A DBaseShortcutManagerTest.java1597 protected List<ShortcutInfo> makeShortcuts(String... ids) { in makeShortcuts() method in BaseShortcutManagerTest
H A DShortcutManagerTest1.java1720 assertTrue(mManager.setDynamicShortcuts(makeShortcuts("sx1", "sx2", "sx3", "sx4"))); in testCachedShortcuts_canPassShortcutLimit()