Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java598 conference.setParticipants(connection.getParticipants()); in prepareConference()
853 conn.setParticipants(request.getParticipants()); in onCreateOutgoingConnection()
1159 connection.setParticipants(request.getParticipants()); in getTelephonyConnection()
DImsConference.java583 public final void setParticipants(List<Uri> address) { in setParticipants() method in ImsConference
DTelephonyConnection.java1639 public final void setParticipants(@Nullable List<Uri> address) { in setParticipants() method in TelephonyConnection
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1226 .setParticipants(call.getParticipants()) in createConference()