Searched refs:makeLongLivedShortcut (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest11.java | 117 list(makeShortcut("s1"), makeLongLivedShortcut("s2")))); in testShortcutChangeCallback_setDynamicShortcuts_pinnedAndCached() 214 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testShortcutChangeCallback_cacheShortcuts() 215 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3")))); in testShortcutChangeCallback_cacheShortcuts() 243 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testShortcutChangeCallback_cacheShortcuts_alreadyCached() 244 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3")))); in testShortcutChangeCallback_cacheShortcuts_alreadyCached() 276 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testShortcutChangeCallback_uncacheShortcuts() 277 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3")))); in testShortcutChangeCallback_uncacheShortcuts() 305 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testShortcutChangeCallback_uncacheShortcuts_causeDeletion() 306 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3")))); in testShortcutChangeCallback_uncacheShortcuts_causeDeletion() 503 ShortcutInfo s3 = makeLongLivedShortcut("s3"); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletionButCached() [all …]
|
D | ShortcutManagerTest7.java | 352 makeLongLivedShortcut("s1"), makeShortcut("s2")))); in testGetShortcuts()
|
D | ShortcutManagerTest1.java | 1540 makeLongLivedShortcut("s1"), makeLongLivedShortcut("s2"), makeShortcut("s3")))); in testShortcutManagerGetShortcuts_shortcutTypes() 1622 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3"), in testCachedShortcuts() 1623 makeLongLivedShortcut("s4"), makeLongLivedShortcut("s5"), in testCachedShortcuts() 1624 makeLongLivedShortcut("s6")))); in testCachedShortcuts() 1706 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3"), in testCachedShortcuts_accessShortcutsPermission() 1707 makeLongLivedShortcut("s4")))); in testCachedShortcuts_accessShortcutsPermission() 1750 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testCachedShortcuts_canPassShortcutLimit() 1751 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3"), in testCachedShortcuts_canPassShortcutLimit() 1752 makeLongLivedShortcut("s4")))); in testCachedShortcuts_canPassShortcutLimit() 1788 final ShortcutInfo s1_1 = makeLongLivedShortcut("s1"); in testGetShortcuts()
|
D | BaseShortcutManagerTest.java | 1763 protected ShortcutInfo makeLongLivedShortcut(String id) { in makeLongLivedShortcut() method in BaseShortcutManagerTest
|