Home
last modified time | relevance | path

Searched defs:isInAudioSharing (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/model/
DMediaOutputComponentModel.kt26 val isInAudioSharing: Boolean constant
31 override val isInAudioSharing: Boolean, constant in com.android.systemui.volume.panel.component.mediaoutput.domain.model.MediaOutputComponentModel.Calling
39 override val isInAudioSharing: Boolean, constant in com.android.systemui.volume.panel.component.mediaoutput.domain.model.MediaOutputComponentModel.MediaSession
45 override val isInAudioSharing: Boolean, constant in com.android.systemui.volume.panel.component.mediaoutput.domain.model.MediaOutputComponentModel.Idle
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaOutputComponentInteractor.kt80 audioOutputInteractor.isInAudioSharing.flatMapLatest { isInAudioSharing -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/interactor/
DAudioOutputInteractor.kt84 val isInAudioSharing: Flow<Boolean> = audioSharingRepository.inAudioSharing in <lambda>() constant