Searched refs:refinement (Results 1 – 6 of 6) sorted by relevance
214 val refinement = Intent("PROPOSED_REFINEMENT") in testSelectableTargetInfo_noSourceIntentMatchingProposedRefinement() constant215 assertThat(targetInfo.tryToCloneWithAppliedRefinement(refinement)).isNull() in testSelectableTargetInfo_noSourceIntentMatchingProposedRefinement()262 val refinement = Intent("REFINE_ME") // First match is `targetAlternate` in test_DisplayResolveInfo_refinementToAlternateSourceIntent() constant263 refinement.putExtra("refinement", true) in test_DisplayResolveInfo_refinementToAlternateSourceIntent()265 val refinedResult = checkNotNull(originalInfo.tryToCloneWithAppliedRefinement(refinement)) in test_DisplayResolveInfo_refinementToAlternateSourceIntent()293 val refinement = Intent("PROPOSED_REFINEMENT") in testDisplayResolveInfo_noSourceIntentMatchingProposedRefinement() constant294 assertThat(originalInfo.tryToCloneWithAppliedRefinement(refinement)).isNull() in testDisplayResolveInfo_noSourceIntentMatchingProposedRefinement()
307 val refinement = Intent("REFINE_ME") // First match is `targetAlternate` in testBaseIntentToSend_refinementToAlternateSourceIntent() constant308 refinement.putExtra("refinement", true) in testBaseIntentToSend_refinementToAlternateSourceIntent()310 val refinedResult = checkNotNull(originalInfo.tryToCloneWithAppliedRefinement(refinement)) in testBaseIntentToSend_refinementToAlternateSourceIntent()335 val refinement = Intent("PROPOSED_REFINEMENT") in testBaseIntentToSend_noSourceIntentMatchingProposedRefinement() constant336 assertThat(originalInfo.tryToCloneWithAppliedRefinement(refinement)).isNull() in testBaseIntentToSend_noSourceIntentMatchingProposedRefinement()
472 static Intent mergeRefinementIntoMatchingBaseIntent(Intent base, Intent refinement) { in mergeRefinementIntoMatchingBaseIntent() argument482 mergedIntent.fillIn(refinement, Intent.FILL_IN_CLIP_DATA); in mergeRefinementIntoMatchingBaseIntent()498 mergedIntent.putExtras(refinement); // Re-merge extras to favor refinement. in mergeRefinementIntoMatchingBaseIntent()