/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/ |
D | PreviewDataProviderTest.kt | 71 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 …]
|
D | PreviewImageLoaderTest.kt | 51 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 …]
|
D | ImagePreviewImageLoaderTest.kt | 73 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
|
D | ChooserContentPreviewUiTest.kt | 85 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
|
D | UriMetadataReaderTest.kt | 40 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
|
D | FilesPlusTextContentPreviewUiTest.kt | 183 val testSubject = in <lambda>() constant 225 val testSubject = in <lambda>() constant 278 val testSubject = in <lambda>() constant
|
D | FileContentPreviewUiTest.kt | 53 private val testSubject = constant in com.android.intentresolver.contentpreview.FileContentPreviewUiTest
|
D | TextContentPreviewUiTest.kt | 67 private val testSubject = constant
|
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ |
D | ResolverListAdapterTest.kt | 84 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 …]
|
D | ShortcutSelectionLogicTest.kt | 102 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
|
D | ChooserActionFactoryTest.kt | 108 val testSubject = in nonSendAction_noCopyRunnable() constant 129 val testSubject = in sendActionNoText_noCopyRunnable() constant 151 val testSubject = in sendActionWithTextCopyRunnable() constant
|
D | ChooserListAdapterDataTest.kt | 100 val testSubject = in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() constant 163 val testSubject = in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() constant
|
D | EnterTransitionAnimationDelegateTest.kt | 66 private val testSubject = EnterTransitionAnimationDelegate(activity) { transitionTargetView } in <lambda>() constant in com.android.intentresolver.EnterTransitionAnimationDelegateTest
|
D | ChooserListAdapterTest.kt | 65 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/ |
D | ShortcutLoaderTest.kt | 103 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 …]
|
D | ScopedAppTargetListCallbackTest.kt | 33 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
|
D | ShortcutToChooserTargetConverterTest.kt | 34 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/ |
D | SelectionChangeCallbackImplTest.kt | 76 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/ |
D | BatchPreviewLoaderTest.kt | 72 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/ |
D | PayloadToggleCursorResolverTest.kt | 61 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/ |
D | CachingTargetDataLoaderTest.kt | 70 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 D | ChooserResultTest.kt | 45 val testSubject = ChooserResult( in testShortcut() constant 63 val testSubject = ChooserResult( in testAction() constant
|
H A D | ChooserActionTest.kt | 48 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/ |
D | TargetIntentModifierImplTest.kt | 30 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 D | ChooserListAdapterTest.kt | 98 val testSubject = createChooserListAdapter { iconTask } in createChooserListAdapter() constant 113 val testSubject = createChooserListAdapter { testTaskProvider.invoke() } in testOnlyOneTaskPerTarget() constant
|