Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java70 public final class ShortcutInfo implements Parcelable { class
483 private ShortcutInfo(Builder b) { in ShortcutInfo() method in ShortcutInfo
619 private ShortcutInfo(ShortcutInfo source, @CloneFlags int cloneFlags) { in ShortcutInfo() method in ShortcutInfo
2353 private ShortcutInfo(Parcel source) { in ShortcutInfo() method in ShortcutInfo
2719 public ShortcutInfo( in ShortcutInfo() method in ShortcutInfo
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java2388 private void forEachShortcutStopWhen( in forEachShortcutStopWhen()