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

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

Completed in 47 milliseconds