Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java143 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in ImsPhoneCall
148 return call.getConferenceParticipants(); in getConferenceParticipants()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java121 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in Call
DConnection.java449 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in Connection
457 return c.getConferenceParticipants(); in getConferenceParticipants()