D | DisplayResolveInfo.java | 42 public class DisplayResolveInfo implements TargetInfo { class 58 public DisplayResolveInfo(Intent originalIntent, ResolveInfo pri, Intent pOrigIntent, in DisplayResolveInfo() method in DisplayResolveInfo 64 public DisplayResolveInfo(Intent originalIntent, ResolveInfo pri, CharSequence pLabel, in DisplayResolveInfo() method in DisplayResolveInfo 84 private DisplayResolveInfo(DisplayResolveInfo other, Intent fillInIntent, int flags, in DisplayResolveInfo() method in DisplayResolveInfo 96 DisplayResolveInfo(DisplayResolveInfo other) { in DisplayResolveInfo() method in DisplayResolveInfo 136 return new DisplayResolveInfo(this, fillInIntent, flags, mResolveInfoPresentationGetter); in cloneFilledIn()
|