Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest3.java60 return makeShortcutWithCategory(id, categories); in shortcut()
H A DShortcutManagerTest1.java8979 final ShortcutInfo s1 = makeShortcutWithCategory("s1", in testIsSharingShortcut()
8981 final ShortcutInfo s2 = makeShortcutWithCategory("s2", in testIsSharingShortcut()
9028 final ShortcutInfo s1 = makeShortcutWithCategory("s1", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts()
9030 final ShortcutInfo s2 = makeShortcutWithCategory("s2", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts()
9032 final ShortcutInfo s3 = makeShortcutWithCategory("s3", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts()
H A DBaseShortcutManagerTest.java1707 protected ShortcutInfo makeShortcutWithCategory(String id, Set<String> categories) { in makeShortcutWithCategory() method in BaseShortcutManagerTest