Searched refs:appScope (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Car/SystemUI/src/com/android/systemui/car/users/ |
D | CarMultiUserUtilsModule.java | 75 @Application CoroutineScope appScope, in provideUserTracker() argument 83 featureFlagsProvider, userManager, iActivityManager, dumpManager, appScope, in provideUserTracker() 95 userManager, iActivityManager, dumpManager, appScope, backgroundDispatcher, in provideUserTracker()
|
D | CarUserTrackerImpl.java | 45 CoroutineScope appScope, CoroutineDispatcher backgroundContext, in CarUserTrackerImpl() argument 47 super(context, featureFlagsClassic, userManager, iActivityManager, dumpManager, appScope, in CarUserTrackerImpl()
|
D | CarMUPANDUserTrackerImpl.java | 103 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/ |
D | TestInjector.kt | 76 private var appScope: CoroutineScope? = null variable in com.android.wallpaper.testing.TestInjector 108 return appScope ?: CoroutineScope(Dispatchers.Main).also { appScope = it } in getApplicationCoroutineScope()
|