Home
last modified time | relevance | path

Searched refs:mSourceIntents (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/chooser/
H A DDisplayResolveInfo.java56 private final List<Intent> mSourceIntents = new ArrayList<>(); field in DisplayResolveInfo
70 mSourceIntents.add(originalIntent); in DisplayResolveInfo()
89 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()
100 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()
144 return mSourceIntents; in getAllSourceIntents()
148 mSourceIntents.add(alt); in addAlternateSourceIntent()
218 dest.writeParcelableArray((Intent[]) mSourceIntents.toArray(), 0); in writeToParcel()
239 mSourceIntents.addAll( in DisplayResolveInfo()