Searched refs:appScope (Results 1 – 4 of 4) sorted by relevance
66 @Application CoroutineScope appScope, in provideUserTracker() argument72 iActivityManager, dumpManager, appScope, backgroundDispatcher, handler); in provideUserTracker()
76 private val appScope: CoroutineScope, in <lambda>() constant in com.android.systemui.settings.UserTrackerImpl202 userSwitchingJob = appScope.launch(backgroundContext) { in <lambda>()216 afterUserSwitchingJob = appScope.launch(backgroundContext) { in <lambda>()
51 @Application private val appScope: CoroutineScope, constant in com.android.systemui.statusbar.events.SystemEventCoordinator102 .launchIn(appScope) in startConnectedDisplayCollection()
49 val appScope: CoroutineScope = scope.backgroundScope constant