Searched refs:removeLongLivedShortcuts (Results 1 – 6 of 6) sorted by relevance
76 void removeLongLivedShortcuts(String packageName, in List shortcutIds, int userId); in removeLongLivedShortcuts() method
271 public void removeLongLivedShortcuts(@NonNull List<String> shortcutIds) { in removeLongLivedShortcuts() method in ShortcutManager273 mService.removeLongLivedShortcuts(mContext.getPackageName(), shortcutIds, in removeLongLivedShortcuts()
778 mManager.removeLongLivedShortcuts(list("s1", "s2")); in testShortcutChangeCallback_removeLongLivedShortcuts_notCached()810 mManager.removeLongLivedShortcuts(list("s1", "s2", "s3")); in testShortcutChangeCallback_removeLongLivedShortcuts_pinnedAndCached()
1591 mManager.removeLongLivedShortcuts(list("s2")); in testCachedShortcuts()8759 mManager.removeLongLivedShortcuts(list("s1")); in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts()
2350 public void removeLongLivedShortcuts(String packageName, List shortcutIds, in removeLongLivedShortcuts() method in ShortcutService
12489 method public void removeLongLivedShortcuts(@NonNull java.util.List<java.lang.String>);