Home
last modified time | relevance | path

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

/core/core-telecom/src/main/java/androidx/core/telecom/internal/
DAidlExtensions.kt159 fun updateParticipantCount(participantCount: Int) { in updateParticipantCount() method
160 binder.updateParticipantCount(participantCount) in updateParticipantCount()
171 private val updateParticipantCount: (Int) -> Unit, constant in MeetingSummaryStateListener
179 override fun updateParticipantCount(participantCount: Int) { in updateParticipantCount() method in MeetingSummaryStateListener
180 updateParticipantCount.invoke(participantCount) in updateParticipantCount()
/core/core-telecom/src/main/java/androidx/core/telecom/extensions/
DParticipantExtensionImpl.kt216 binder.updateParticipantCount(initParticipants.size) in <lambda>()
222 binder.updateParticipantCount(updatedParticipants.size) in <lambda>()
DMeetingSummaryRemoteImpl.kt120 updateParticipantCount = { callScope.launch { onParticipantCountChanged(it) } }, in <lambda>()
DExtrasCallExtensionProcessor.kt278 .onEach { binder.updateParticipantCount(it) } in <lambda>()
/core/core-telecom/src/main/aidl/androidx/core/telecom/extensions/
DIMeetingSummaryStateListener.aidl25 void updateParticipantCount(in int participantCount)= 1; in updateParticipantCount() method