Searched refs:provideBackgroundScope (Results 1 – 4 of 4) sorted by relevance
46 fun provideBackgroundScope(): CoroutineScope = CoroutineScope(Dispatchers.IO) method
136 fun provideBackgroundScope(impl: TestScope): CoroutineScope { in bindUiModeManager() method
86 fun provideBackgroundScope( in provideBackgroundScope() method in com.android.photopicker.core.ActivityModule
126 fun provideBackgroundScope( in <lambda>() method in com.android.photopicker.core.EmbeddedServiceModule