Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest12.java271 makeShortcutExcludedFromLauncher("s1"), in testShortcutsExcludedFromLauncher_PersistedToDisk()
272 makeShortcutExcludedFromLauncher("s2"), in testShortcutsExcludedFromLauncher_PersistedToDisk()
273 makeShortcutExcludedFromLauncher("s3"), in testShortcutsExcludedFromLauncher_PersistedToDisk()
274 makeShortcutExcludedFromLauncher("s4"), in testShortcutsExcludedFromLauncher_PersistedToDisk()
275 makeShortcutExcludedFromLauncher("s5") in testShortcutsExcludedFromLauncher_PersistedToDisk()
DShortcutManagerTest1.java8880 final ShortcutInfo s1 = makeShortcutExcludedFromLauncher("s1"); in testAddingShortcuts_ExcludesHiddenFromLauncherShortcuts()
8881 final ShortcutInfo s2 = makeShortcutExcludedFromLauncher("s2"); in testAddingShortcuts_ExcludesHiddenFromLauncherShortcuts()
8882 final ShortcutInfo s3 = makeShortcutExcludedFromLauncher("s3"); in testAddingShortcuts_ExcludesHiddenFromLauncherShortcuts()
8908 mManager.updateShortcuts(list(makeShortcutExcludedFromLauncher("s1"))); in testUpdateShortcuts_ExcludesHiddenFromLauncherShortcuts()
8916 mManager.requestPinShortcut(makeShortcutExcludedFromLauncher("s1"), null); in testPinHiddenShortcuts_ThrowsException()
DBaseShortcutManagerTest.java1550 protected ShortcutInfo makeShortcutExcludedFromLauncher(String id) { in makeShortcutExcludedFromLauncher() method in BaseShortcutManagerTest