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

/frameworks/base/core/java/android/content/
H A DIntent.java703 * (value: ShortcutIconResource).</p>
709 * @see android.content.Intent.ShortcutIconResource
733 * The name of the extra used to define the icon, as a ShortcutIconResource, of a shortcut.
736 * @see android.content.Intent.ShortcutIconResource
749 public static class ShortcutIconResource implements Parcelable { class in class:Intent
761 * Creates a new ShortcutIconResource for the specified context and resource
766 * @return A new ShortcutIconResource with the specified's context package name
769 public static ShortcutIconResource fromContext(Context context, int resourceId) {
770 ShortcutIconResource icon = new ShortcutIconResource();
[all...]

Completed in 127 milliseconds