Home
last modified time | relevance | path

Searched refs:backgroundCoroutineContext (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/data/repository/
DAudioRepository.kt99 private val backgroundCoroutineContext: CoroutineContext, constant in com.android.settingslib.volume.data.repository.AudioRepositoryImpl
123 .flowOn(backgroundCoroutineContext)
131 .flowOn(backgroundCoroutineContext)
152 .flowOn(backgroundCoroutineContext)
173 .flowOn(backgroundCoroutineContext) in getAudioStream()
189 return withContext(backgroundCoroutineContext) { in getLastAudibleVolume()
195 withContext(backgroundCoroutineContext) { in setVolume()
201 return withContext(backgroundCoroutineContext) { in setMuted()
216 withContext(backgroundCoroutineContext) { audioManager.ringerMode = mode.value } in setRingerMode()
221 return withContext(backgroundCoroutineContext) { in getBluetoothAudioDeviceCategory()
DAudioSharingRepository.kt41 backgroundCoroutineContext: CoroutineContext,
89 .flowOn(backgroundCoroutineContext) in leBroadcast()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/icon/
DIconManagerKosmos.kt22 import com.android.systemui.kosmos.backgroundCoroutineContext
33 backgroundCoroutineContext, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/panels/data/repository/
DIconAndNameCustomRepositoryKosmos.kt21 import com.android.systemui.kosmos.backgroundCoroutineContext
32 backgroundCoroutineContext, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/component/spatial/domain/interactor/
DSpatialAudioComponentInteractorKosmos.kt20 import com.android.systemui.kosmos.backgroundCoroutineContext
32 backgroundCoroutineContext, in <lambda>()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/statusbar/notification/data/repository/
DNotificationsSoundPolicyRepository.kt53 backgroundCoroutineContext: CoroutineContext,
85 .flowOn(backgroundCoroutineContext)
93 .flowOn(backgroundCoroutineContext)
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/spatial/
DSpatialAudioComponentKosmos.kt20 import com.android.systemui.kosmos.backgroundCoroutineContext
33 backgroundCoroutineContext, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaDeviceSessionInteractor.kt45 @Background private val backgroundCoroutineContext: CoroutineContext, in <lambda>() constant in com.android.systemui.volume.panel.component.mediaoutput.domain.interactor.MediaDeviceSessionInteractor
80 .flowOn(backgroundCoroutineContext) in <lambda>()
87 return withContext(backgroundCoroutineContext) { in <lambda>()
DMediaOutputInteractor.kt62 @Background private val backgroundCoroutineContext: CoroutineContext, in <lambda>() constant in com.android.systemui.volume.panel.component.mediaoutput.domain.interactor.MediaOutputInteractor
102 .flowOn(backgroundCoroutineContext) in <lambda>()
120 withContext(backgroundCoroutineContext) { in <lambda>()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/view/accessibility/data/repository/
DCaptioningRepository.kt50 private val backgroundCoroutineContext: CoroutineContext, in setIsSystemAudioCaptioningEnabled() constant in com.android.settingslib.view.accessibility.data.repository.CaptioningRepositoryImpl
85 withContext(backgroundCoroutineContext) { in setIsSystemAudioCaptioningEnabled()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/impl/qr/
DQRCodeScannerTileKosmos.kt23 import com.android.systemui.kosmos.backgroundCoroutineContext
46 backgroundCoroutineContext, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/data/repository/
DCustomTilePackageUpdatesRepository.kt56 @Background private val backgroundCoroutineContext: CoroutineContext, constant in com.android.systemui.qs.tiles.impl.custom.data.repository.CustomTilePackageUpdatesRepositoryImpl
70 .flowOn(backgroundCoroutineContext) in getPackageChangesForUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModel.kt54 @Background private val backgroundCoroutineContext: CoroutineContext, in <lambda>() constant
100 .flowOn(backgroundCoroutineContext) in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DGeneralKosmos.kt13 var Kosmos.backgroundCoroutineContext: CoroutineContext by Fixture { in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/interactor/
DAudioOutputInteractor.kt58 @Background backgroundCoroutineContext: CoroutineContext, in <lambda>()
80 .flowOn(backgroundCoroutineContext) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/spatial/domain/interactor/
DSpatialAudioComponentInteractor.kt59 @Background private val backgroundCoroutineContext: CoroutineContext, in <lambda>() constant
195 withContext(backgroundCoroutineContext) { in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModelTest.kt110 backgroundCoroutineContext = kosmos.testDispatcher, in setUp()