Searched refs:mSourceIntents (Results 1 – 2 of 2) sorted by relevance
43 private final List<Intent> mSourceIntents = new ArrayList<>(); field in DisplayResolveInfo82 mSourceIntents.add(originalIntent); in DisplayResolveInfo()96 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()110 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()178 return mSourceIntents; in getAllSourceIntents()187 mSourceIntents.add(alt); in addAlternateSourceIntent()
369 private final ImmutableList<Intent> mSourceIntents; field in ImmutableTargetInfo438 return (mSourceIntents.isEmpty() ? null : mSourceIntents.get(0)); in getResolvedIntent()497 return mSourceIntents; in getAllSourceIntents()610 mSourceIntents = sourceIntents; in ImmutableTargetInfo()