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()
9077 final ShortcutInfo s1 = makeShortcutExcludedFromLauncher("s1"); in testAddingShortcuts_ExcludesHiddenFromLauncherShortcuts()9078 final ShortcutInfo s2 = makeShortcutExcludedFromLauncher("s2"); in testAddingShortcuts_ExcludesHiddenFromLauncherShortcuts()9079 final ShortcutInfo s3 = makeShortcutExcludedFromLauncher("s3"); in testAddingShortcuts_ExcludesHiddenFromLauncherShortcuts()9105 mManager.updateShortcuts(list(makeShortcutExcludedFromLauncher("s1"))); in testUpdateShortcuts_ExcludesHiddenFromLauncherShortcuts()9113 mManager.requestPinShortcut(makeShortcutExcludedFromLauncher("s1"), null); in testPinHiddenShortcuts_ThrowsException()
1526 protected ShortcutInfo makeShortcutExcludedFromLauncher(String id) { in makeShortcutExcludedFromLauncher() method in BaseShortcutManagerTest