Home
last modified time | relevance | path

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

/core/core-telecom/src/main/java/androidx/core/telecom/extensions/
DParticipantExtensionImpl.kt215 val initActiveParticipant = activeParticipant.value?.name.toString() in <lambda>() constant
217 binder.updateCurrentSpeaker(initActiveParticipant) in <lambda>()
255 val initActiveParticipant = activeParticipant.value in <lambda>() constant
257 if (initActiveParticipant != null && initParticipants.contains(initActiveParticipant)) { in <lambda>()
258 binder.updateActiveParticipant(initActiveParticipant) in <lambda>()