Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DMultiUserUtilsModule.java66 @Application CoroutineScope appScope, in provideUserTracker() argument
72 iActivityManager, dumpManager, appScope, backgroundDispatcher, handler); in provideUserTracker()
DUserTrackerImpl.kt76 private val appScope: CoroutineScope, in <lambda>() constant in com.android.systemui.settings.UserTrackerImpl
202 userSwitchingJob = appScope.launch(backgroundContext) { in <lambda>()
216 afterUserSwitchingJob = appScope.launch(backgroundContext) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventCoordinator.kt51 @Application private val appScope: CoroutineScope, constant in com.android.systemui.statusbar.events.SystemEventCoordinator
102 .launchIn(appScope) in startConnectedDisplayCollection()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DCoroutineTestScopeModule.kt49 val appScope: CoroutineScope = scope.backgroundScope constant