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.java144 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in ImsPhoneCall
149 return call.getConferenceParticipants(); in getConferenceParticipants()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java307 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in Connection
315 return c.getConferenceParticipants(); in getConferenceParticipants()
DCall.java129 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in Call
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java670 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in ImsCall