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

/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConferenceController.java94 * List of known {@link ImsConference}s. Realistically there will only ever be a single
97 private final ArrayList<ImsConference> mImsConferences = new ArrayList<>(1);
191 for (ImsConference conference : mImsConferences) {
238 for (ImsConference conference : mImsConferences) {
282 * Starts a new ImsConference for a connection which just entered a multiparty state.
301 * Starts a new {@link ImsConference} for the given IMS connection.
304 * Internally the ImsConference wraps the radio connection with a new TelephonyConnection
316 Log.v(this, "Start new ImsConference - connection: %s", connection);
336 ImsConference conference = new ImsConference(mConnectionServic
[all...]
H A DImsConference.java60 * The {@link ImsConference} listens for conference event package data received via the host
64 public class ImsConference extends Conference { class in inherits:Conference
177 int capabilites = ImsConference.this.getConnectionCapabilities();
185 int properties = ImsConference.this.getConnectionProperties();
255 * Initializes a new {@link ImsConference}.
262 public ImsConference(TelephonyConnectionService telephonyConnectionService, method in class:ImsConference
474 * Handles the addition of connections to the {@link ImsConference}. The
902 * Builds a string representation of the {@link ImsConference}.
908 sb.append("[ImsConference objId:");

Completed in 70 milliseconds