Searched refs:mainScope (Results 1 – 8 of 8) sorted by relevance
34 @Application private val mainScope: CoroutineScope, constant in com.android.systemui.screenshot.AnnouncementResolver45 mainScope.launch { announceCallback.accept(getScreenshotAnnouncement(userId)) } in getScreenshotAnnouncement()
29 @Application private val mainScope: CoroutineScope, in <lambda>() constant in com.android.systemui.screenshot.MessageContainerController53 mainScope.launch { in <lambda>()
79 @Application private val mainScope: CoroutineScope, in handleScreenshot() constant216 mainScope.launch { in handleScreenshot()
40 @Application private val mainScope: CoroutineScope constant in com.android.systemui.clipboardoverlay.ClipboardImageLoader58 mainScope.launch { callback.accept(load(uri)) } in loadAsync()
41 @Application private val mainScope: CoroutineScope, constant in com.android.systemui.keyguard.domain.interactor.ToAodFoldTransitionInteractor83 mainScope.launch(mainDispatcher) { in forceToAod()
52 lateinit var mainScope: CoroutineScope in <lambda>() variable142 engine?.initialize(mainScope, interactor) in <lambda>()184 mainScope.launch { in <lambda>()213 mainScope.launch { in <lambda>()
36 @Inject @MainScope lateinit var mainScope: CoroutineScope in <lambda>() variable in com.google.android.wallpaper.weathereffects.provider.WeatherEffectsContentProvider97 mainScope.launch { in <lambda>()
39 fun mainScope(@Main mainDispatcher: MainCoroutineDispatcher) = CoroutineScope(mainDispatcher) in context() method in com.google.android.wallpaper.weathereffects.dagger.DependencyProvider