D | DisplayResolveInfo.java | 44 public class DisplayResolveInfo implements TargetInfo, Parcelable { class 55 public DisplayResolveInfo(Intent originalIntent, ResolveInfo pri, Intent pOrigIntent, in DisplayResolveInfo() method in DisplayResolveInfo 61 public DisplayResolveInfo(Intent originalIntent, ResolveInfo pri, CharSequence pLabel, in DisplayResolveInfo() method in DisplayResolveInfo 81 private DisplayResolveInfo(DisplayResolveInfo other, Intent fillInIntent, int flags, in DisplayResolveInfo() method in DisplayResolveInfo 93 DisplayResolveInfo(DisplayResolveInfo other) { in DisplayResolveInfo() method in DisplayResolveInfo 133 return new DisplayResolveInfo(this, fillInIntent, flags, mResolveInfoPresentationGetter); in cloneFilledIn() 216 public static final Parcelable.Creator<DisplayResolveInfo> CREATOR = 217 new Parcelable.Creator<DisplayResolveInfo>() { 218 public DisplayResolveInfo createFromParcel(Parcel in) { 219 return new DisplayResolveInfo(in); [all …]
|