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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java143 public List<ConferenceParticipant> getConferenceParticipants() { method in class:ImsPhoneCall
148 return call.getConferenceParticipants();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java118 * getConferenceParticipants
121 public List<ConferenceParticipant> getConferenceParticipants() { method in class:Call
H A DConnection.java414 public List<ConferenceParticipant> getConferenceParticipants() { method in class:Connection
422 return c.getConferenceParticipants();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java730 public List<ConferenceParticipant> getConferenceParticipants() { method in class:ImsCall
732 logi("getConferenceParticipants :: mConferenceParticipants"

Completed in 134 milliseconds