Searched refs:activeParticipantFlow (Results 1 – 1 of 1) sorted by relevance
58 private var activeParticipantFlow: MutableStateFlow<Participant?> = MutableStateFlow(null) variable in androidx.core.telecom.test.VoipAppWithExtensions.VoipAppWithExtensionsControl128 activeParticipantFlow in addCall()163 activeParticipantFlow.value = participant?.toParticipant() in updateActiveParticipant()194 activeParticipantFlow.value = null in onUnbind()