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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSomnambulator.java46 Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_launcher_dreams));
/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...]
/frameworks/base/
H A Dcompiled-classes-phone842 android.content.Intent$ShortcutIconResource
843 android.content.Intent$ShortcutIconResource$1

Completed in 538 milliseconds