Searched refs:getAllSourceIntents (Results 1 – 2 of 2) sorted by relevance
413 final List<Intent> sourceIntents = target.getAllSourceIntents(); in onTargetSelected()645 final List<Intent> targetIntents = target.getAllSourceIntents(); in checkTargetSourceIntent()909 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in ChooserActivity.ChooserTargetInfo913 results.add(mSourceInfo.getAllSourceIntents().get(0)); in getAllSourceIntents()
1092 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()1147 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in ResolverActivity.DisplayResolveInfo1303 List<Intent> getAllSourceIntents(); in getAllSourceIntents() method