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

/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java64 * The {@link ImsConference} listens for conference event package data received via the host
68 public class ImsConference extends Conference { class in inherits:Conference
181 int capabilites = ImsConference.this.getConnectionCapabilities();
192 int properties = ImsConference.this.getConnectionProperties();
263 * Initializes a new {@link ImsConference}.
270 public ImsConference(TelephonyConnectionService telephonyConnectionService, method in class:ImsConference
498 * Handles the addition of connections to the {@link ImsConference}. The
966 * Builds a string representation of the {@link ImsConference}.
972 sb.append("[ImsConference objId:");

Completed in 46 milliseconds