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

/frameworks/base/core/java/android/content/
H A DIntent.java721 * (value: ShortcutIconResource).</p>
727 * @see android.content.Intent.ShortcutIconResource
751 * The name of the extra used to define the icon, as a ShortcutIconResource, of a shortcut.
754 * @see android.content.Intent.ShortcutIconResource
788 public static class ShortcutIconResource implements Parcelable { class in class:Intent
800 * Creates a new ShortcutIconResource for the specified context and resource
805 * @return A new ShortcutIconResource with the specified's context package name
808 public static ShortcutIconResource fromContext(Context context, @AnyRes int resourceId) {
809 ShortcutIconResource icon = new ShortcutIconResource();
[all...]

Completed in 57 milliseconds