Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest3.java60 return makeShortcutWithCategory(id, categories); in shortcut()
DShortcutManagerTest1.java8782 final ShortcutInfo s1 = makeShortcutWithCategory("s1", in testIsSharingShortcut()
8784 final ShortcutInfo s2 = makeShortcutWithCategory("s2", in testIsSharingShortcut()
8831 final ShortcutInfo s1 = makeShortcutWithCategory("s1", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts()
8833 final ShortcutInfo s2 = makeShortcutWithCategory("s2", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts()
8835 final ShortcutInfo s3 = makeShortcutWithCategory("s3", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts()
DBaseShortcutManagerTest.java1731 protected ShortcutInfo makeShortcutWithCategory(String id, Set<String> categories) { in makeShortcutWithCategory() method in BaseShortcutManagerTest