Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java153 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in ImsPhoneCall
161 return call.getConferenceParticipants(); in getConferenceParticipants()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java201 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in Call
DConnection.java617 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in Connection
625 return c.getConferenceParticipants(); in getConferenceParticipants()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java804 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in ImsCall