Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/
DMediaMuteAwaitConnectionManager.kt44 var currentMutedDevice: AudioDeviceAttributes? = null variable in com.android.systemui.media.muteawait.MediaMuteAwaitConnectionManager
54 currentMutedDevice = device in onMutedUntilConnection()
66 val isMostRecentDevice = currentMutedDevice == device in onUnmutedEvent()
71 currentMutedDevice = null in onUnmutedEvent()
84 currentMutedDevice = currentDevice in startListening()