Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DDisplayResolveInfo.java106 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()
121 mSourceIntents.addAll(other.getAllSourceIntents()); in DisplayResolveInfo()
178 getAllSourceIntents() in tryToCloneWithAppliedRefinement()
194 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in DisplayResolveInfo
DSelectableTargetInfo.java203 mAllSourceIntents = getAllSourceIntents(sourceInfo, mBaseIntentToSend); in SelectableTargetInfo()
273 getAllSourceIntents() in tryToCloneWithAppliedRefinement()
383 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in SelectableTargetInfo
398 private static List<Intent> getAllSourceIntents( in getAllSourceIntents() method in SelectableTargetInfo
402 results.addAll(sourceInfo.getAllSourceIntents()); in getAllSourceIntents()
DMultiDisplayResolveInfo.java134 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in MultiDisplayResolveInfo
136 ? mTargetInfos.get(mSelected).getAllSourceIntents() in getAllSourceIntents()
DImmutableTargetInfo.java400 .setAllSourceIntents(getAllSourceIntents()) in toBuilder()
421 getAllSourceIntents() in tryToCloneWithAppliedRefinement()
495 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in ImmutableTargetInfo
DTargetInfo.java208 List<Intent> getAllSourceIntents(); in getAllSourceIntents() method
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserRefinementManager.java105 if (selectedTarget.getAllSourceIntents().isEmpty()) { in maybeHandleSelection()
184 final List<Intent> sourceIntents = originalTarget.getAllSourceIntents(); in makeRefinementRequest()