Searched refs:mSourceIntents (Results 1 – 1 of 1) sorted by relevance
53 private final List<Intent> mSourceIntents = new ArrayList<>(); field in DisplayResolveInfo67 mSourceIntents.add(originalIntent); in DisplayResolveInfo()86 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()97 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()141 return mSourceIntents; in getAllSourceIntents()145 mSourceIntents.add(alt); in addAlternateSourceIntent()