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

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

Completed in 679 milliseconds