Home
last modified time | relevance | path

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

/core/core-telecom/src/main/java/androidx/core/telecom/extensions/
DMeetingSummaryRemoteImpl.kt48 private val onParticipantCountChanged: suspend (Int) -> Unit in <lambda>() constant in androidx.core.telecom.extensions.MeetingSummaryRemoteImpl
120 updateParticipantCount = { callScope.launch { onParticipantCountChanged(it) } }, in <lambda>()
DCallExtensionScope.kt129 onParticipantCountChanged: suspend (Int) -> Unit
DCallExtensionScopeImpl.kt164 onParticipantCountChanged: suspend (Int) -> Unit in <lambda>()
167 MeetingSummaryRemoteImpl(callScope, onCurrentSpeakerChanged, onParticipantCountChanged) in <lambda>()
/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/services/
DInCallServiceImpl.kt171 onParticipantCountChanged = meetingSummaryEmitter::onParticipantCountChanged in <lambda>()
DCallDataEmitters.kt163 fun onParticipantCountChanged(newCount: Int) { in onParticipantCountChanged() method in androidx.core.telecom.test.services.MeetingSummaryExtensionDataEmitter
/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/
DExtrasExtensionsLayerEndToEndTests.kt279 onParticipantCountChanged = participantState::emit in <lambda>()
DE2EExtensionTests.kt155 onParticipantCountChanged = participantState::emit in <lambda>()
/core/core-telecom/api/
Drestricted_1.0.0-beta01.txt152 …routines.Continuation<? super kotlin.Unit>,? extends java.lang.Object?> onParticipantCountChanged);
Drestricted_current.txt152 …routines.Continuation<? super kotlin.Unit>,? extends java.lang.Object?> onParticipantCountChanged);
Dcurrent.txt152 …routines.Continuation<? super kotlin.Unit>,? extends java.lang.Object?> onParticipantCountChanged);
D1.0.0-beta01.txt152 …routines.Continuation<? super kotlin.Unit>,? extends java.lang.Object?> onParticipantCountChanged);