Searched refs:getAllSourceIntents (Results 1 – 2 of 2) sorted by relevance
370 final List<Intent> sourceIntents = target.getAllSourceIntents(); in onTargetSelected()565 final List<Intent> targetIntents = target.getAllSourceIntents(); in checkTargetSourceIntent()781 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in ChooserActivity.ChooserTargetInfo785 results.add(mSourceInfo.getAllSourceIntents().get(0)); in getAllSourceIntents()
990 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()1045 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in ResolverActivity.DisplayResolveInfo1201 List<Intent> getAllSourceIntents(); in getAllSourceIntents() method