Home | History | Annotate | Download | only in telephony

Lines Matching refs:conference

29 import android.telecom.Conference;
41 * default IMS conference call behavior. This functionality is characterized by the support of
42 * two top-level calls, in contrast to a CDMA conference call which automatically starts a
43 * conference when there are two calls.
113 private boolean isFullConference(Conference conference) {
114 return conference.getConnections().size() >= TELEPHONY_CONFERENCE_MAX_SIZE;
123 * Calculates the conference-capable state of all GSM connections in this connection service.
162 // Set the conference as conferenceable with all of the connections that are not in the
163 // conference.
168 // Only retrieve Connections that are not in a conference (but support
200 Log.d(this, "Recalculate conference calls %s %s.",
218 // If this is a GSM conference and the number of connections drops below 2, we will
219 // terminate the conference.
221 Log.d(this, "not enough connections to be a conference!");
223 // No more connections are conferenced, destroy any existing conference.
225 Log.d(this, "with a conference to destroy!");
256 // the phone account on the conference.
267 Log.d(this, "Adding a connection to a conference call: %s %s",
283 Log.v(this, "Setting conference to active");
287 Log.v(this, "Setting conference to hold");