Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DChooserContentPreviewUiTest.kt64 private fun createContentPreviewUi(action: String, sharedText: CharSequence? = null) = in createContentPreviewUi() method
85 val testSubject = createContentPreviewUi(action = Intent.ACTION_VIEW) in test_textPreviewType_useTextPreviewUi()
96 val testSubject = createContentPreviewUi(action = Intent.ACTION_SEND) in test_filePreviewType_useFilePreviewUi()
112 createContentPreviewUi(action = Intent.ACTION_SEND, sharedText = "Shared text") in test_imagePreviewTypeWithText_useFilePlusTextPreviewUi()
127 val testSubject = createContentPreviewUi(action = Intent.ACTION_SEND) in test_imagePreviewTypeWithoutText_useImagePreviewUi()
145 val testSubject = createContentPreviewUi(action = Intent.ACTION_SEND) in test_imagePayloadSelectionTypeWithEnabledFlag_usePayloadSelectionPreviewUi()