Searched defs:getShortcuts (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java371 public ParceledListSlice getShortcuts(String callingPackage, long changedSince, method in class:LauncherAppsService.LauncherAppsImpl
384 mShortcutServiceInternal.getShortcuts(getCallingUserId(),
776 mShortcutServiceInternal.getShortcuts(launcherUserId,
H A DShortcutService.java1737 public List<ShortcutInfo> getShortcuts(int launcherUserId, method in class:ShortcutService.LocalService
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java178 * Represents a query passed to {@link #getShortcuts(ShortcutQuery, UserHandle)}.
454 public List<ShortcutInfo> getShortcuts(@NonNull ShortcutQuery query, method in class:LauncherApps
457 return mService.getShortcuts(mContext.getPackageName(),
467 * @hide // No longer used. Use getShortcuts() instead. Kept for unit tests.
476 return getShortcuts(q, user);
519 final List<ShortcutInfo> shortcuts = getShortcuts(q, user);
H A DShortcutServiceInternal.java42 getShortcuts(int launcherUserId, method in class:ShortcutServiceInternal

Completed in 88 milliseconds