Home
last modified time | relevance | path

Searched defs:testSubject (Results 1 – 22 of 22) sorted by relevance

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DPreviewDataProviderTest.kt71 val testSubject = createDataProvider(targetIntent) in createDataProvider() constant
86 val testSubject = createDataProvider(targetIntent) in test_sendSingleTextFileWithoutPreview_resolvesToFilePreviewUi() constant
97 val testSubject = createDataProvider(targetIntent) in test_sendIntentWithoutUris_resolvesToTextPreviewUiSynchronously() constant
108 val testSubject = createDataProvider(targetIntent) in test_sendSingleImage_resolvesToImagePreviewUi() constant
122 val testSubject = createDataProvider(targetIntent) in test_sendSingleNonImage_resolvesToFilePreviewUi() constant
140 val testSubject = createDataProvider(targetIntent) in test_sendSingleImageWithFailingGetType_resolvesToFilePreviewUi() constant
161 val testSubject = createDataProvider(targetIntent) in test_sendSingleImageWithFailingMetadata_resolvesToFilePreviewUi() constant
176 val testSubject = createDataProvider(targetIntent) in test_SingleNonImageUriWithImageTypeInGetStreamTypes_useImagePreviewUi() constant
212 val testSubject = createDataProvider(targetIntent) in testMetadataToImagePreview() constant
230 val testSubject = createDataProvider(targetIntent) in test_emptyQueryResult_cursorGetsClosed() constant
[all …]
DChooserContentPreviewUiTest.kt84 val testSubject = createContentPreviewUi(targetIntent = Intent(Intent.ACTION_VIEW)) in test_textPreviewType_useTextPreviewUi() constant
95 val testSubject = createContentPreviewUi(targetIntent = Intent(Intent.ACTION_SEND)) in test_filePreviewType_useFilePreviewUi() constant
110 val testSubject = in test_imagePreviewTypeWithText_useFilePlusTextPreviewUi() constant
129 val testSubject = createContentPreviewUi(targetIntent = Intent(Intent.ACTION_SEND)) in test_imagePreviewTypeWithoutText_useImagePreviewUi() constant
147 val testSubject = in test_imagePayloadSelectionTypeWithEnabledFlag_usePayloadSelectionPreviewUi() constant
DUriMetadataReaderTest.kt40 val testSubject = UriMetadataReaderImpl(contentResolver, DefaultMimeTypeClassifier) in <lambda>() constant
55 val testSubject = UriMetadataReaderImpl(contentResolver, DefaultMimeTypeClassifier) in <lambda>() constant
75 val testSubject = UriMetadataReaderImpl(contentResolver, DefaultMimeTypeClassifier) in <lambda>() constant
92 val testSubject = UriMetadataReaderImpl(contentResolver, DefaultMimeTypeClassifier) in <lambda>() constant
DImagePreviewImageLoaderTest.kt73 private val testSubject = constant
115 val testSubject = in invoke_overlappedRequests_Deduplicate() constant
157 val testSubject = in invoke_onClosedImageLoaderScope_throwsCancellationException() constant
173 val testSubject = in invoke_imageLoaderScopeClosedMidflight_throwsCancellationException() constant
193 val testSubject = in invoke_multipleCallsWithDifferentCacheInstructions_cachingPrevails() constant
238 val testSubject = in invoke_semaphoreGuardsContentResolverCalls() constant
276 val testSubject = in invoke_semaphoreIsReleasedAfterContentResolverFailure() constant
317 val testSubject = in invoke_multipleSimultaneousCalls_limitOnNumberOfSimultaneousOutgoingCallsIsRespected() constant
DFilesPlusTextContentPreviewUiTest.kt183 val testSubject = in <lambda>() constant
225 val testSubject = in <lambda>() constant
278 val testSubject = in <lambda>() constant
DFileContentPreviewUiTest.kt53 private val testSubject = constant
DTextContentPreviewUiTest.kt67 private val testSubject = constant in com.android.intentresolver.contentpreview.TextContentPreviewUiTest
DUnifiedContentPreviewUiTest.kt171 val testSubject = in <lambda>() constant
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/shortcuts/
DScopedAppTargetListCallbackTest.kt33 val testSubject = ScopedAppTargetListCallback(scope) { counter++ }.toConsumer() in test_consumerInvocations_onlyInvokedWhileScopeIsActive() constant
49 val testSubject = ScopedAppTargetListCallback(scope) { counter++ }.toAppPredictorCallback() in test_appPredictorCallbackInvocations_onlyInvokedWhileScopeIsActive() constant
65 val testSubject = ScopedAppTargetListCallback(scope) { counter++ }.toConsumer() in test_createdWithClosedScope_noCallbackInvocations() constant
DShortcutLoaderTest.kt95 val testSubject = in test_loadShortcutsWithAppPredictor_resultIntegrity() constant
164 val testSubject = in test_loadShortcutsWithShortcutManager_resultIntegrity() constant
217 val testSubject = in test_appPredictorReturnsEmptyList_fallbackToShortcutManager() constant
278 val testSubject = in test_appPredictor_requestPredictionUpdateFailure_fallbackToShortcutManager() constant
351 val testSubject = in test_ShortcutLoader_noResultsWithoutAppTargets() constant
402 val testSubject = in test_nullIntentFilterNoAppAppPredictorResults_returnEmptyResult() constant
483 val testSubject = in testDisabledWorkProfileDoNotCallSystem() constant
515 val testSubject = in testAlwaysCallSystemForMainProfile() constant
DShortcutToChooserTargetConverterTest.kt34 private val testSubject = ShortcutToChooserTargetConverter() in <lambda>() constant
102 val testSubject = ShortcutToChooserTargetConverter() in <lambda>() constant
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/update/
DSelectionChangeCallbackImplTest.kt78 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver, flags) in <lambda>() constant
173 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver, flags) in <lambda>() constant
211 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver, flags) in <lambda>() constant
246 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver, flags) in <lambda>() constant
296 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver, flags) in <lambda>() constant
338 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver, flags) in <lambda>() constant
365 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver, flags) in <lambda>() constant
386 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver, flags) in <lambda>() constant
408 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver, flags) in <lambda>() constant
439 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver, flags) in <lambda>() constant
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DResolverListAdapterTest.kt84 val testSubject = in test_oneTargetNoLastChosen_oneTargetInAdapter() constant
134 val testSubject = in test_oneTargetThatWasLastChosen_NoTargetsInAdapter() constant
183 val testSubject = in test_oneTargetLastChosenNotInTheList_oneTargetInAdapter() constant
234 val testSubject = in test_oneTargetThatWasLastChosenFilteringDisabled_oneTargetInAdapter() constant
311 val testSubject = in testTwoTargets() constant
385 val testSubject = in test_twoTargetsLastChosenNotInTheList_twoTargetsInAdapter() constant
453 val testSubject = in test_twoTargetsWithOtherProfileAndLastChosen_oneTargetInAdapter() constant
513 val testSubject = in test_resultsSorted_appearInSortedOrderInAdapter() constant
572 val testSubject = in test_ineligibleActivityFilteredOut_filteredComponentNotPresentInAdapter() constant
627 val testSubject = in test_baseResolveList_excludedFromIneligibleActivityFiltering() constant
[all …]
DShortcutSelectionLogicTest.kt87 val testSubject = in <lambda>() constant
121 val testSubject = in <lambda>() constant
155 val testSubject = in <lambda>() constant
191 val testSubject = in <lambda>() constant
236 val testSubject = in <lambda>() constant
276 val testSubject = in <lambda>() constant
DChooserActionFactoryTest.kt110 val testSubject = in nonSendAction_noCopyRunnable() constant
132 val testSubject = in sendActionNoText_noCopyRunnable() constant
155 val testSubject = in sendActionWithTextCopyRunnable() constant
DChooserListAdapterDataTest.kt102 val testSubject = in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() constant
166 val testSubject = in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() constant
DEnterTransitionAnimationDelegateTest.kt66 private val testSubject = EnterTransitionAnimationDelegate(activity) { transitionTargetView } in <lambda>() constant in com.android.intentresolver.EnterTransitionAnimationDelegateTest
DChooserListAdapterTest.kt66 private val testSubject by lazy { in <lambda>() constant
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/cursor/
DPayloadToggleCursorResolverTest.kt58 val testSubject = in <lambda>() constant
88 val testSubject = in <lambda>() constant
119 val testSubject = in <lambda>() constant
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/intent/
DTargetIntentModifierImplTest.kt30 val testSubject = in <lambda>() constant
50 val testSubject = in <lambda>() constant
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/icons/
DCachingTargetDataLoaderTest.kt64 val testSubject = CachingTargetDataLoader(targetDataLoader) in doNotCacheCallerProvidedShortcuts() constant
105 val testSubject = CachingTargetDataLoader(targetDataLoader) in serviceShortcutsAreCached() constant
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/widget/
DBatchPreviewLoaderTest.kt70 val testSubject = in <lambda>() constant
93 val testSubject = in <lambda>() constant
124 val testSubject = in <lambda>() constant
153 val testSubject = in <lambda>() constant