Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DImagePreviewImageLoaderTest.kt156 val imageLoaderScope = CoroutineScope(coroutineContext) in invoke_onClosedImageLoaderScope_throwsCancellationException() constant
159 imageLoaderScope, in invoke_onClosedImageLoaderScope_throwsCancellationException()
164 imageLoaderScope.cancel() in invoke_onClosedImageLoaderScope_throwsCancellationException()
172 val imageLoaderScope = CoroutineScope(coroutineContext + dispatcher) in invoke_imageLoaderScopeClosedMidflight_throwsCancellationException() constant
175 imageLoaderScope, in invoke_imageLoaderScopeClosedMidflight_throwsCancellationException()
182 imageLoaderScope.cancel() in invoke_imageLoaderScopeClosedMidflight_throwsCancellationException()
192 val imageLoaderScope = CoroutineScope(coroutineContext + dispatcher) in invoke_multipleCallsWithDifferentCacheInstructions_cachingPrevails() constant
195 imageLoaderScope, in invoke_multipleCallsWithDifferentCacheInstructions_cachingPrevails()