Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/users/
DCarMultiUserUtilsModule.java75 @Application CoroutineScope appScope, in provideUserTracker() argument
83 featureFlagsProvider, userManager, iActivityManager, dumpManager, appScope, in provideUserTracker()
95 userManager, iActivityManager, dumpManager, appScope, backgroundDispatcher, in provideUserTracker()
DCarUserTrackerImpl.java45 CoroutineScope appScope, CoroutineDispatcher backgroundContext, in CarUserTrackerImpl() argument
47 super(context, featureFlagsClassic, userManager, iActivityManager, dumpManager, appScope, in CarUserTrackerImpl()
DCarMUPANDUserTrackerImpl.java103 CoroutineScope appScope, CoroutineDispatcher backgroundContext, in CarMUPANDUserTrackerImpl() argument
106 super(context, featureFlagsClassic, userManager, iActivityManager, dumpManager, appScope, in CarMUPANDUserTrackerImpl()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt76 private var appScope: CoroutineScope? = null variable in com.android.wallpaper.testing.TestInjector
108 return appScope ?: CoroutineScope(Dispatchers.Main).also { appScope = it } in getApplicationCoroutineScope()