Home
last modified time | relevance | path

Searched defs:ShortcutInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DShortcutManager.java189 private static final class ShortcutInfo { class in ShortcutManager
193 public ShortcutInfo(String title, Intent intent) { in ShortcutInfo() method in ShortcutManager.ShortcutInfo
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java61 public final class ShortcutInfo implements Parcelable { class
409 private ShortcutInfo(Builder b) { in ShortcutInfo() method in ShortcutInfo
534 private ShortcutInfo(ShortcutInfo source, @CloneFlags int cloneFlags) { in ShortcutInfo() method in ShortcutInfo
2008 private ShortcutInfo(Parcel source) { in ShortcutInfo() method in ShortcutInfo
2328 public ShortcutInfo( in ShortcutInfo() method in ShortcutInfo