Home
last modified time | relevance | path

Searched refs:setAllSourceIntents (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DChooserRefinementManagerTest.kt55 ImmutableTargetInfo.newBuilder().setAllSourceIntents(exampleSourceIntents).build()
166 .setAllSourceIntents(exampleSourceIntents) in testMaybeHandleSelection_suspended()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DImmutableTargetInfo.java237 public Builder setAllSourceIntents(List<Intent> sourceIntents) { in setAllSourceIntents() method in ImmutableTargetInfo.Builder
401 .setAllSourceIntents(getAllSourceIntents()) in toBuilder()
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/chooser/
DImmutableTargetInfoTest.kt302 .setAllSourceIntents( in testBaseIntentToSend_refinementToAlternateSourceIntent()
332 .setAllSourceIntents(listOf(originalIntent, mismatchedAlternate)) in testBaseIntentToSend_noSourceIntentMatchingProposedRefinement()