Searched defs:pinShortcuts (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java52 public abstract void pinShortcuts(int launcherUserId, method in class:ShortcutServiceInternal
H A DLauncherApps.java566 public void pinShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, method in class:LauncherApps
569 mService.pinShortcuts(mContext.getPackageName(), packageName, shortcutIds, user);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutLauncher.java106 public void pinShortcuts(@UserIdInt int packageUserId, method in class:ShortcutLauncher
H A DLauncherAppsService.java395 public void pinShortcuts(String callingPackage, String packageName, List<String> ids, method in class:LauncherAppsService.LauncherAppsImpl
403 mShortcutServiceInternal.pinShortcuts(getCallingUserId(),
H A DShortcutService.java2387 public void pinShortcuts(int launcherUserId, method in class:ShortcutService.LocalService
2402 launcher.pinShortcuts(userId, packageName, shortcutIds);

Completed in 117 milliseconds