Searched refs:makeShortcutExcludedFromLauncher (Results 1 – 3 of 3) sorted by relevance
271 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()
8880 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()
1550 protected ShortcutInfo makeShortcutExcludedFromLauncher(String id) { in makeShortcutExcludedFromLauncher() method in BaseShortcutManagerTest