Searched refs:mSourceIntents (Results 1 – 1 of 1) sorted by relevance
50 private final List<Intent> mSourceIntents = new ArrayList<>(); field in DisplayResolveInfo64 mSourceIntents.add(originalIntent); in DisplayResolveInfo()83 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()94 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()138 return mSourceIntents; in getAllSourceIntents()142 mSourceIntents.add(alt); in addAlternateSourceIntent()210 dest.writeTypedList(mSourceIntents); in writeToParcel()231 in.readTypedList(mSourceIntents, Intent.CREATOR); in DisplayResolveInfo()