Searched refs:mSourceIntents (Results 1 – 1 of 1) sorted by relevance
969 private final List<Intent> mSourceIntents = new ArrayList<>(); field in ResolverActivity.DisplayResolveInfo974 mSourceIntents.add(originalIntent); in DisplayResolveInfo()990 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()1046 return mSourceIntents; in getAllSourceIntents()1050 mSourceIntents.add(alt); in addAlternateSourceIntent()