Searched defs:requestPinShortcut (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/java/android/support/v4/content/pm/
H A DShortcutManagerCompat.java49 * @return {@code true} if the launcher supports {@link #requestPinShortcut},
88 public static boolean requestPinShortcut(@NonNull final Context context, method in class:ShortcutManagerCompat
91 return context.getSystemService(ShortcutManager.class).requestPinShortcut(
/frameworks/base/core/java/android/content/pm/
H A DShortcutManager.java617 * {@link #requestPinShortcut(ShortcutInfo, IntentSender)}.
627 * @see #requestPinShortcut(ShortcutInfo, IntentSender)
652 * {@link android.support.v4.content.pm.ShortcutManagerCompat#requestPinShortcut(
681 public boolean requestPinShortcut(@NonNull ShortcutInfo shortcut, method in class:ShortcutManager
684 return mService.requestPinShortcut(mContext.getPackageName(), shortcut,
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1861 public boolean requestPinShortcut(String packageName, ShortcutInfo shortcut, method in class:ShortcutService
1888 * Handles {@link #requestPinShortcut} and {@link ShortcutServiceInternal#requestPinAppWidget}.

Completed in 178 milliseconds