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.java57 return makeShortcutWithCategory(id, categories); in shortcut()
DShortcutManagerTest1.java8803 final ShortcutInfo s1 = makeShortcutWithCategory("s1", in testIsSharingShortcut()
8805 final ShortcutInfo s2 = makeShortcutWithCategory("s2", in testIsSharingShortcut()
8852 final ShortcutInfo s1 = makeShortcutWithCategory("s1", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts()
8854 final ShortcutInfo s2 = makeShortcutWithCategory("s2", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts()
8856 final ShortcutInfo s3 = makeShortcutWithCategory("s3", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts()
DBaseShortcutManagerTest.java1945 protected ShortcutInfo makeShortcutWithCategory(String id, Set<String> categories) { in makeShortcutWithCategory() method in BaseShortcutManagerTest