Searched refs:makeLongLivedShortcut (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A 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 …]
|
H A D | ShortcutManagerTest7.java | 352 makeLongLivedShortcut("s1"), makeShortcut("s2")))); in testGetShortcuts()
|
H A D | ShortcutManagerTest1.java | 1489 makeLongLivedShortcut("s1"), makeLongLivedShortcut("s2"), makeShortcut("s3")))); in testShortcutManagerGetShortcuts_shortcutTypes() 1571 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3"), in testCachedShortcuts() 1572 makeLongLivedShortcut("s4"), makeLongLivedShortcut("s5"), in testCachedShortcuts() 1573 makeLongLivedShortcut("s6")))); in testCachedShortcuts() 1655 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3"), in testCachedShortcuts_accessShortcutsPermission() 1656 makeLongLivedShortcut("s4")))); in testCachedShortcuts_accessShortcutsPermission() 1699 assertTrue(mManager.setDynamicShortcuts(list(makeLongLivedShortcut("s1"), in testCachedShortcuts_canPassShortcutLimit() 1700 makeLongLivedShortcut("s2"), makeLongLivedShortcut("s3"), in testCachedShortcuts_canPassShortcutLimit() 1701 makeLongLivedShortcut("s4")))); in testCachedShortcuts_canPassShortcutLimit() 1737 final ShortcutInfo s1_1 = makeLongLivedShortcut("s1"); in testGetShortcuts()
|
H A D | BaseShortcutManagerTest.java | 1739 protected ShortcutInfo makeLongLivedShortcut(String id) { in makeLongLivedShortcut() method in BaseShortcutManagerTest
|