Searched refs:mSourceIntents (Results 1 – 1 of 1) sorted by relevance
1071 private final List<Intent> mSourceIntents = new ArrayList<>(); field in ResolverActivity.DisplayResolveInfo1076 mSourceIntents.add(originalIntent); in DisplayResolveInfo()1092 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()1148 return mSourceIntents; in getAllSourceIntents()1152 mSourceIntents.add(alt); in addAlternateSourceIntent()