Searched defs:isConferenceHost (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java668 * origin of the conference call (i.e. {@code #isConferenceHost()} is {@code true}), or if this
675 public synchronized boolean isConferenceHost() { method in class:ImsPhoneConnection
676 return mImsCall != null && mImsCall.isConferenceHost();
681 return !isConferenceHost();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java638 * (i.e. {@code #isConferenceHost()} is {@code true}), or if it is a member of a conference
644 public boolean isConferenceHost() { method in class:Connection
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java934 * origin of the conference call (i.e. {@code #isConferenceHost()} is {@code true}), or if this
940 public boolean isConferenceHost() { method in class:ImsCall
3446 sb.append(isConferenceHost() ? "Y" : "N");

Completed in 110 milliseconds