Home
last modified time | relevance | path

Searched defs:coroutineScope (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
DSettingsPager.kt43 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/dagger/
DVolumePanelComponent.kt69 fun coroutineScope(): CoroutineScope in coroutineScope() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
DLockscreenContent.kt51 val coroutineScope = rememberCoroutineScope() in Content() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DSceneContainer.kt67 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
DSceneTransitionLayoutDataSource.kt43 private val coroutineScope: CoroutineScope, constant in com.android.systemui.scene.ui.composable.SceneTransitionLayoutDataSource
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/ui/compose/
DBrightnessSlider.kt111 val coroutineScope = rememberCoroutineScope() in BrightnessSliderContainer() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/di/
DQSTileComponent.kt43 @QSTileScope fun coroutineScope(): CoroutineScope method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetAdapter.java69 public InternetAdapter(InternetDialogController controller, CoroutineScope coroutineScope) { in InternetAdapter()
146 CoroutineScope coroutineScope) { in InternetViewHolder()
DInternetDialogManager.kt43 private lateinit var coroutineScope: CoroutineScope variable in com.android.systemui.qs.tiles.dialog.InternetDialogManager
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/satellite/
DSatelliteDialogUtilsTest.kt59 private val coroutineScope = CoroutineScope(Dispatchers.Main) in <lambda>() constant in com.android.settingslib.satellite.SatelliteDialogUtilsTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ui/navigation/
DVolumeNavigator.kt120 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/
DVolumeSliderContent.kt144 val coroutineScope = rememberCoroutineScope() in Modifier() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/dagger/factory/
DKosmosVolumePanelComponentFactory.kt41 override fun coroutineScope(): CoroutineScope = kosmos.testScope.backgroundScope in create() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIBottomSheetDialog.kt52 private val coroutineScope: CoroutineScope, constant
115 @Application private val coroutineScope: CoroutineScope, constant in Factory
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/
DTableLogBufferFactory.kt38 @Application private val coroutineScope: CoroutineScope, constant in com.android.systemui.log.table.TableLogBufferFactory
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/captioning/ui/viewmodel/
DCaptioningViewModel.kt42 @VolumePanelScope private val coroutineScope: CoroutineScope, in <lambda>() constant in com.android.systemui.volume.panel.component.captioning.ui.viewmodel.CaptioningViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingInteractor.kt48 @Application private val coroutineScope: CoroutineScope, constant
DBluetoothStateInteractor.kt47 @Application private val coroutineScope: CoroutineScope, constant in com.android.systemui.bluetooth.qsdialog.BluetoothStateInteractor
DBluetoothAutoOnRepository.kt50 @Application private val coroutineScope: CoroutineScope, in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/communal/data/repository/
DFakeCommunalWidgetRepository.kt14 class FakeCommunalWidgetRepository(private val coroutineScope: CoroutineScope) : constant in com.android.systemui.communal.data.repository.FakeCommunalWidgetRepository
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDataRepository.kt49 private val coroutineScope = CoroutineScope(Dispatchers.IO + SupervisorJob()) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DMuteQuickAffordanceCoreStartable.kt47 @Application private val coroutineScope: CoroutineScope, in <lambda>() constant in com.android.systemui.keyguard.data.quickaffordance.MuteQuickAffordanceCoreStartable
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotSoundController.kt58 @Application private val coroutineScope: CoroutineScope, in playScreenshotSound() constant in com.android.systemui.screenshot.ScreenshotSoundControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/anc/ui/viewmodel/
DAncViewModel.kt42 @VolumePanelScope private val coroutineScope: CoroutineScope, constant in com.android.systemui.volume.panel.component.anc.ui.viewmodel.AncViewModel
/frameworks/base/libs/dream/lowlight/src/com/android/dream/lowlight/
DLowLightDreamManager.kt43 @Application private val coroutineScope: CoroutineScope, constant in com.android.dream.lowlight.LowLightDreamManager

12