Searched refs:provideBackgroundScope (Results 1 – 4 of 4) sorted by relevance
173 fun provideBackgroundScope(): CoroutineScope = CoroutineScope(Dispatchers.IO) in <lambda>() method
96 fun provideBackgroundScope( in provideBackgroundScope() method in com.android.photopicker.core.ActivityModule
152 fun provideBackgroundScope( in <lambda>() method in com.android.photopicker.core.EmbeddedServiceModule
205 fun provideBackgroundScope(impl: TestScope): CoroutineScope { in <lambda>() method