Searched refs:isConferenceHost (Results 1 - 5 of 5) 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/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneConnectionTest.java101 assertFalse(mConnectionUT.isConferenceHost());
/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");
/frameworks/base/config/
H A Dboot-image-profile.txt8066 HPLcom/android/ims/ImsCall;->isConferenceHost()Z
[all...]

Completed in 48 milliseconds