Home
last modified time | relevance | path

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

12

/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DPreviewDataProviderTest.kt71 val testSubject = createDataProvider(targetIntent) in createDataProvider() constant
88 val testSubject = createDataProvider(targetIntent) in test_sendSingleTextFileWithoutPreview_resolvesToFilePreviewUi() constant
116 val testSubject = createDataProvider(targetIntent) in test_sendSingleTextFileWithDisplayNameAndTitle_displayNameTakesPrecedenceOverTitle() constant
125 val testSubject = createDataProvider(targetIntent) in test_sendIntentWithoutUris_resolvesToTextPreviewUiSynchronously() constant
136 val testSubject = createDataProvider(targetIntent) in test_sendSingleImage_resolvesToImagePreviewUi() constant
153 val testSubject = createDataProvider(targetIntent) in test_sendSingleFile_resolvesToFilePreviewUi() constant
174 val testSubject = createDataProvider(targetIntent) in test_sendSingleImageWithFailingGetType_resolvesToFilePreviewUi() constant
199 val testSubject = createDataProvider(targetIntent) in test_sendSingleFileWithFailingMetadata_resolvesToFilePreviewUi() constant
222 val testSubject = createDataProvider(targetIntent) in test_sendSingleImageWithFailingGetTypeDisjointTitleRead_resolvesToFilePreviewUi() constant
247 val testSubject = createDataProvider(targetIntent) in test_sendSingleFileWithFailingImageMetadata_resolvesToFilePreviewUi() constant
[all …]
DPreviewImageLoaderTest.kt51 val testSubject = in <lambda>() constant
74 val testSubject = in <lambda>() constant
101 val testSubject = in <lambda>() constant
144 val testSubject = in <lambda>() constant
185 val testSubject = in <lambda>() constant
210 val testSubject = in <lambda>() constant
236 val testSubject = in <lambda>() constant
268 val testSubject = in <lambda>() constant
304 val testSubject = in <lambda>() constant
329 val testSubject = in <lambda>() constant
[all …]
DImagePreviewImageLoaderTest.kt73 private val testSubject = constant
116 val testSubject = in invoke_overlappedRequests_Deduplicate() constant
158 val testSubject = in invoke_onClosedImageLoaderScope_throwsCancellationException() constant
174 val testSubject = in invoke_imageLoaderScopeClosedMidflight_throwsCancellationException() constant
195 val testSubject = in invoke_multipleCallsWithDifferentCacheInstructions_cachingPrevails() constant
240 val testSubject = in invoke_semaphoreGuardsContentResolverCalls() constant
278 val testSubject = in invoke_semaphoreIsReleasedAfterContentResolverFailure() constant
319 val testSubject = in invoke_multipleSimultaneousCalls_limitOnNumberOfSimultaneousOutgoingCallsIsRespected() constant
DChooserContentPreviewUiTest.kt85 val testSubject = createContentPreviewUi(action = Intent.ACTION_VIEW) in test_textPreviewType_useTextPreviewUi() constant
96 val testSubject = createContentPreviewUi(action = Intent.ACTION_SEND) in test_filePreviewType_useFilePreviewUi() constant
111 val testSubject = in test_imagePreviewTypeWithText_useFilePlusTextPreviewUi() constant
127 val testSubject = createContentPreviewUi(action = Intent.ACTION_SEND) in test_imagePreviewTypeWithoutText_useImagePreviewUi() constant
145 val testSubject = createContentPreviewUi(action = Intent.ACTION_SEND) 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
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 in com.android.intentresolver.contentpreview.FileContentPreviewUiTest
DTextContentPreviewUiTest.kt67 private val testSubject = constant
/aosp_15_r20/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
452 val testSubject = in test_twoTargetsWithOtherProfileAndLastChosen_oneTargetInAdapter() constant
514 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.kt102 val testSubject = in <lambda>() constant
136 val testSubject = in <lambda>() constant
170 val testSubject = in <lambda>() constant
206 val testSubject = in <lambda>() constant
251 val testSubject = in <lambda>() constant
291 val testSubject = in <lambda>() constant
337 val testSubject = in <lambda>() constant
DChooserActionFactoryTest.kt108 val testSubject = in nonSendAction_noCopyRunnable() constant
129 val testSubject = in sendActionNoText_noCopyRunnable() constant
151 val testSubject = in sendActionWithTextCopyRunnable() constant
DChooserListAdapterDataTest.kt100 val testSubject = in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() constant
163 val testSubject = in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() constant
DEnterTransitionAnimationDelegateTest.kt66 private val testSubject = EnterTransitionAnimationDelegate(activity) { transitionTargetView } in <lambda>() constant in com.android.intentresolver.EnterTransitionAnimationDelegateTest
DChooserListAdapterTest.kt65 private val testSubject by lazy { in <lambda>() constant in com.android.intentresolver.ChooserListAdapterTest
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/shortcuts/
DShortcutLoaderTest.kt103 val testSubject = in test_loadShortcutsWithAppPredictor_resultIntegrity() constant
172 val testSubject = in test_loadShortcutsWithShortcutManager_resultIntegrity() constant
225 val testSubject = in test_appPredictorReturnsEmptyList_fallbackToShortcutManager() constant
286 val testSubject = in test_appPredictor_requestPredictionUpdateFailure_fallbackToShortcutManager() constant
342 val testSubject = in test_appPredictorNotResponding_noCallbackFromShortcutLoader() constant
367 val testSubject = in test_appPredictorNotResponding_timeoutAndFallbackToShortcutManager() constant
416 val testSubject = in test_appPredictorResponding_appPredictorTimeoutJobIsCancelled() constant
496 val testSubject = in test_ShortcutLoader_noResultsWithoutAppTargets() constant
547 val testSubject = in test_nullIntentFilterNoAppAppPredictorResults_returnEmptyResult() constant
617 val testSubject = in test_ShortcutLoaderDestroyed_appPredictorCallbackUnregisteredAndWatchdogCancelled() constant
[all …]
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
DShortcutToChooserTargetConverterTest.kt34 private val testSubject = ShortcutToChooserTargetConverter() in <lambda>() constant in com.android.intentresolver.shortcuts.ShortcutToChooserTargetConverterTest
102 val testSubject = ShortcutToChooserTargetConverter() in <lambda>() constant
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/update/
DSelectionChangeCallbackImplTest.kt76 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver) in <lambda>() constant
171 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver) in <lambda>() constant
210 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver) in <lambda>() constant
246 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver) in <lambda>() constant
297 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver) in <lambda>() constant
340 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver) in <lambda>() constant
368 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver) in <lambda>() constant
390 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver) in <lambda>() constant
417 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver) in <lambda>() constant
449 val testSubject = SelectionChangeCallbackImpl(uri, chooserIntent, contentResolver) in <lambda>() constant
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/widget/
DBatchPreviewLoaderTest.kt72 val testSubject = in <lambda>() constant
96 val testSubject = in <lambda>() constant
128 val testSubject = in <lambda>() constant
164 val testSubject = in <lambda>() constant
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/cursor/
DPayloadToggleCursorResolverTest.kt61 val testSubject = in <lambda>() constant
91 val testSubject = in <lambda>() constant
125 val testSubject = in <lambda>() constant
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/icons/
DCachingTargetDataLoaderTest.kt70 val testSubject = CachingTargetDataLoader(context, targetDataLoader) in doNotCacheCallerProvidedShortcuts() constant
111 val testSubject = CachingTargetDataLoader(context, targetDataLoader) in serviceShortcutsAreCached() constant
165 val testSubject = CachingTargetDataLoader(context, targetDataLoader) in onlyBitmapsAreCached() constant
/aosp_15_r20/cts/tests/tests/sharesheet/src/android/service/chooser/
H A DChooserResultTest.kt45 val testSubject = ChooserResult( in testShortcut() constant
63 val testSubject = ChooserResult( in testAction() constant
H A DChooserActionTest.kt48 val testSubject = ChooserAction.Builder(icon, label, pendingIntent).build() in testParcel() constant
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserListAdapterTest.kt98 val testSubject = createChooserListAdapter { iconTask } in createChooserListAdapter() constant
113 val testSubject = createChooserListAdapter { testTaskProvider.invoke() } in testOnlyOneTaskPerTarget() constant

12