Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest11.java115 list(makeShortcut("s1"), makeLongLivedShortcut("s2")))); in testShortcutChangeCallback_setDynamicShortcuts_pinnedAndCached()
212 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testShortcutChangeCallback_cacheShortcuts()
213 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3")))); in testShortcutChangeCallback_cacheShortcuts()
241 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testShortcutChangeCallback_cacheShortcuts_alreadyCached()
242 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3")))); in testShortcutChangeCallback_cacheShortcuts_alreadyCached()
274 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testShortcutChangeCallback_uncacheShortcuts()
275 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3")))); in testShortcutChangeCallback_uncacheShortcuts()
303 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testShortcutChangeCallback_uncacheShortcuts_causeDeletion()
304 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3")))); in testShortcutChangeCallback_uncacheShortcuts_causeDeletion()
501 ShortcutInfo s3 = makeLongLivedShortcut("s3"); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletionButCached()
[all …]
DShortcutManagerTest7.java349 makeLongLivedShortcut("s1"), makeShortcut("s2")))); in testGetShortcuts()
DShortcutManagerTest1.java1484 makeLongLivedShortcut("s1"), makeLongLivedShortcut("s2"), makeShortcut("s3")))); in testShortcutManagerGetShortcuts_shortcutTypes()
1566 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3"), in testCachedShortcuts()
1567 makeLongLivedShortcut("s4"), makeLongLivedShortcut("s5"), in testCachedShortcuts()
1568 makeLongLivedShortcut("s6")))); in testCachedShortcuts()
1650 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3"), in testCachedShortcuts_accessShortcutsPermission()
1651 makeLongLivedShortcut("s4")))); in testCachedShortcuts_accessShortcutsPermission()
1694 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testCachedShortcuts_canPassShortcutLimit()
1695 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3"), in testCachedShortcuts_canPassShortcutLimit()
1696 makeLongLivedShortcut("s4")))); in testCachedShortcuts_canPassShortcutLimit()
1732 final ShortcutInfo s1_1 = makeLongLivedShortcut("s1"); in testGetShortcuts()
DBaseShortcutManagerTest.java1977 protected ShortcutInfo makeLongLivedShortcut(String id) { in makeLongLivedShortcut() method in BaseShortcutManagerTest