Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/app/chooser/
H A DDisplayResolveInfo.java89 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()
100 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()
143 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in DisplayResolveInfo
H A DTargetInfo.java122 List<Intent> getAllSourceIntents(); in getAllSourceIntents() method
H A DNotSelectableTargetInfo.java73 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in NotSelectableTargetInfo
H A DSelectableTargetInfo.java283 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in SelectableTargetInfo
287 results.add(mSourceInfo.getAllSourceIntents().get(0)); in getAllSourceIntents()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java1762 final List<Intent> sourceIntents = target.getAllSourceIntents();
2474 final List<Intent> targetIntents = target.getAllSourceIntents();