/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/ |
D | PreviewDataProviderTest.kt | 71 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 …]
|
D | ChooserContentPreviewUiTest.kt | 84 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
|
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 | ImagePreviewImageLoaderTest.kt | 73 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
|
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
|
D | TextContentPreviewUiTest.kt | 67 private val testSubject = constant in com.android.intentresolver.contentpreview.TextContentPreviewUiTest
|
D | UnifiedContentPreviewUiTest.kt | 171 val testSubject = in <lambda>() constant
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/shortcuts/ |
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 | ShortcutLoaderTest.kt | 95 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
|
D | ShortcutToChooserTargetConverterTest.kt | 34 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/ |
D | SelectionChangeCallbackImplTest.kt | 78 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/ |
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 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 …]
|
D | ShortcutSelectionLogicTest.kt | 87 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
|
D | ChooserActionFactoryTest.kt | 110 val testSubject = in nonSendAction_noCopyRunnable() constant 132 val testSubject = in sendActionNoText_noCopyRunnable() constant 155 val testSubject = in sendActionWithTextCopyRunnable() constant
|
D | ChooserListAdapterDataTest.kt | 102 val testSubject = in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() constant 166 val testSubject = in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() constant
|
D | EnterTransitionAnimationDelegateTest.kt | 66 private val testSubject = EnterTransitionAnimationDelegate(activity) { transitionTargetView } in <lambda>() constant
|
D | ChooserListAdapterTest.kt | 66 private val testSubject by lazy { in <lambda>() constant
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/cursor/ |
D | PayloadToggleCursorResolverTest.kt | 58 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/ |
D | TargetIntentModifierImplTest.kt | 30 val testSubject = in <lambda>() constant 50 val testSubject = in <lambda>() constant
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/icons/ |
D | CachingTargetDataLoaderTest.kt | 64 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/ |
D | BatchPreviewLoaderTest.kt | 70 val testSubject = in <lambda>() constant 93 val testSubject = in <lambda>() constant 124 val testSubject = in <lambda>() constant 153 val testSubject = in <lambda>() constant
|