Searched refs:intentFromSelection (Results 1 – 3 of 3) sorted by relevance
35 testSubject.intentFromSelection(listOf(u1, u2)).let { intent -> in <lambda>()42 testSubject.intentFromSelection(listOf(u1)).let { intent -> in <lambda>()55 testSubject.intentFromSelection(listOf(u1 to "image/png", u2 to "image/png")).let { intent in <lambda>()60 testSubject.intentFromSelection(listOf(u1 to "image/png", u2 to "image/jpg")).let { intent in <lambda>()65 testSubject.intentFromSelection(listOf(u1 to "image/png", u2 to "video/mpeg")).let { intent in <lambda>()70 testSubject.intentFromSelection(listOf(u1 to "image/png", u2 to null)).let { intent -> in <lambda>()
35 fun intentFromSelection(selection: Collection<Item>): Intent in <lambda>() method43 override fun intentFromSelection(selection: Collection<Item>): Intent { in intentFromSelection() method in com.android.intentresolver.contentpreview.payloadtoggle.domain.intent.TargetIntentModifierImpl
70 val intent = targetIntentModifier.intentFromSelection(sorted) in updateChooserRequest()