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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java144 public List<ConferenceParticipant> getConferenceParticipants() { method in class:ImsPhoneCall
149 return call.getConferenceParticipants();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java126 * getConferenceParticipants
129 public List<ConferenceParticipant> getConferenceParticipants() { method in class:Call
H A DConnection.java312 public List<ConferenceParticipant> getConferenceParticipants() { method in class:Connection
320 return c.getConferenceParticipants();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java680 public List<ConferenceParticipant> getConferenceParticipants() { method in class:ImsCall
682 logi("getConferenceParticipants :: mConferenceParticipants"

Completed in 71 milliseconds