Home
last modified time | relevance | path

Searched defs:backgroundScope (Results 1 – 10 of 10) sorted by relevance

/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/dagger/
DDependencyProvider.kt43 fun backgroundScope(@Background backgroundDispatcher: CoroutineDispatcher) = in context() method in com.google.android.wallpaper.weathereffects.dagger.DependencyProvider
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/test/
DRunMonotonicClockTest.kt50 val backgroundScope: CoroutineScope, constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/domain/interactor/
DShortcutHelperInteractor.kt36 @Background private val backgroundScope: CoroutineScope, constant in com.android.systemui.keyboard.shortcut.domain.interactor.ShortcutHelperInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeLockscreenInteractorImpl.kt37 @Background private val backgroundScope: CoroutineScope, constant in com.android.systemui.shade.domain.interactor.ShadeLockscreenInteractorImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/log/
DCommunalLoggerStartable.kt42 @Background private val backgroundScope: CoroutineScope, in <lambda>() constant in com.android.systemui.communal.log.CommunalLoggerStartable
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/
DKeyboardDockingIndicationViewModel.kt42 @Background private val backgroundScope: CoroutineScope, constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
DInstalledTilesComponentRepository.kt58 @Background private val backgroundScope: CoroutineScope, in getInstalledTilesComponents() constant in com.android.systemui.qs.pipeline.data.repository.InstalledTilesComponentRepositoryImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalPrefsRepository.kt70 @Background private val backgroundScope: CoroutineScope, constant in com.android.systemui.communal.data.repository.CommunalPrefsRepositoryImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DCommunalAppWidgetHost.kt37 private val backgroundScope: CoroutineScope, in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DSysUITestModule.kt161 val SysUITestComponent<*>.backgroundScope constant