Searched refs:getAllSourceIntents (Results 1 – 6 of 6) sorted by relevance
106 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
203 mAllSourceIntents = getAllSourceIntents(sourceInfo, mBaseIntentToSend); in SelectableTargetInfo()273 getAllSourceIntents() in tryToCloneWithAppliedRefinement()383 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in SelectableTargetInfo398 private static List<Intent> getAllSourceIntents( in getAllSourceIntents() method in SelectableTargetInfo402 results.addAll(sourceInfo.getAllSourceIntents()); in getAllSourceIntents()
134 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in MultiDisplayResolveInfo136 ? mTargetInfos.get(mSelected).getAllSourceIntents() in getAllSourceIntents()
400 .setAllSourceIntents(getAllSourceIntents()) in toBuilder()421 getAllSourceIntents() in tryToCloneWithAppliedRefinement()495 public List<Intent> getAllSourceIntents() { in getAllSourceIntents() method in ImmutableTargetInfo
208 List<Intent> getAllSourceIntents(); in getAllSourceIntents() method
105 if (selectedTarget.getAllSourceIntents().isEmpty()) { in maybeHandleSelection()184 final List<Intent> sourceIntents = originalTarget.getAllSourceIntents(); in makeRefinementRequest()