Searched defs:updateParticipants (Results 1 – 6 of 6) sorted by relevance
44 public suspend fun updateParticipants(newParticipants: List<Participant>) method
107 override suspend fun updateParticipants(newParticipants: List<Participant>) { in <lambda>() method
13 void updateParticipants(in List<ParticipantParcelable> participants); in updateParticipants() method
108 fun updateParticipants(participants: List<Participant>) { in updateParticipants() method267 private val updateParticipants: (Set<Participant>) -> Unit, constant in ParticipantStateListener272 override fun updateParticipants(participants: Array<out ParticipantParcelable>?) { in updateParticipants() method in ParticipantStateListener
266 fun updateParticipants(callId: String, participants: List<ParticipantState>) { in updateParticipants() method
158 override fun updateParticipants(setOfParticipants: List<ParticipantParcelable>) { in updateParticipants() method in androidx.core.telecom.test.VoipAppWithExtensions.VoipAppWithExtensionsControl