D | DisplayResolveInfo.java | 45 public class DisplayResolveInfo implements TargetInfo, Parcelable { class 61 public DisplayResolveInfo(Intent originalIntent, ResolveInfo pri, Intent pOrigIntent, in DisplayResolveInfo() method in DisplayResolveInfo 67 public DisplayResolveInfo(Intent originalIntent, ResolveInfo pri, CharSequence pLabel, in DisplayResolveInfo() method in DisplayResolveInfo 87 private DisplayResolveInfo(DisplayResolveInfo other, Intent fillInIntent, int flags, in DisplayResolveInfo() method in DisplayResolveInfo 99 DisplayResolveInfo(DisplayResolveInfo other) { in DisplayResolveInfo() method in DisplayResolveInfo 139 return new DisplayResolveInfo(this, fillInIntent, flags, mResolveInfoPresentationGetter); in cloneFilledIn() 224 public static final Parcelable.Creator<DisplayResolveInfo> CREATOR = 225 new Parcelable.Creator<DisplayResolveInfo>() { 226 public DisplayResolveInfo createFromParcel(Parcel in) { 227 return new DisplayResolveInfo(in); [all …]
|