Home
last modified time | relevance | path

Searched refs:activeMediaDeviceSessions (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaOutputInteractorTest.kt91 val activeMediaDeviceSessions by in noActiveMediaDeviceSessions_nulls() constant
92 collectLastValue(underTest.activeMediaDeviceSessions) in noActiveMediaDeviceSessions_nulls()
95 assertThat(activeMediaDeviceSessions!!.local).isNull() in noActiveMediaDeviceSessions_nulls()
96 assertThat(activeMediaDeviceSessions!!.remote).isNull() in noActiveMediaDeviceSessions_nulls()
108 val activeMediaDeviceSessions by in activeMediaDeviceSessions_areParsed() constant
109 collectLastValue(underTest.activeMediaDeviceSessions) in activeMediaDeviceSessions_areParsed()
112 with(activeMediaDeviceSessions!!.local!!) { in activeMediaDeviceSessions_areParsed()
117 with(activeMediaDeviceSessions!!.remote!!) { in activeMediaDeviceSessions_areParsed()
151 val activeMediaDeviceSessions by in activeMediaDeviceSessions_volumeControlFixed_cantAdjustVolume() constant
152 collectLastValue(underTest.activeMediaDeviceSessions) in activeMediaDeviceSessions_volumeControlFixed_cantAdjustVolume()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/domain/interactor/
DAudioSlidersInteractor.kt49 mediaOutputInteractor.activeMediaDeviceSessions, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaOutputInteractor.kt80 val activeMediaDeviceSessions: Flow<MediaDeviceSessions> = in <lambda>() constant