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

/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java45 getShortcuts(int launcherUserId, method in class:ShortcutServiceInternal
H A DLauncherApps.java254 * Represents a query passed to {@link #getShortcuts(ShortcutQuery, UserHandle)}.
697 public List<ShortcutInfo> getShortcuts(@NonNull ShortcutQuery query, method in class:LauncherApps
701 return mService.getShortcuts(mContext.getPackageName(),
711 * @hide // No longer used. Use getShortcuts() instead. Kept for unit tests.
721 return getShortcuts(q, user);
769 final List<ShortcutInfo> shortcuts = getShortcuts(q, user);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DShortcutParser.java74 public List<Shortcut> getShortcuts() { method in class:ShortcutParser
141 new ComponentName(sp[0], sp[1])).getShortcuts()) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java447 public ParceledListSlice getShortcuts(String callingPackage, long changedSince, method in class:LauncherAppsService.LauncherAppsImpl
462 mShortcutServiceInternal.getShortcuts(getCallingUserId(),
912 mShortcutServiceInternal.getShortcuts(launcherUserId,
H A DShortcutService.java2369 public List<ShortcutInfo> getShortcuts(int launcherUserId, method in class:ShortcutService.LocalService

Completed in 143 milliseconds