Searched refs:conference (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java176 public void conference(String callId1, String callId2) {
304 conference(callId1, callId2);
338 public void onStateChanged(Conference conference, int oldState, int newState) {
339 String id = mIdByConference.get(conference);
354 public void onDisconnected(Conference conference, DisconnectCause disconnectCause) {
355 String id = mIdByConference.get(conference);
360 public void onConnectionAdded(Conference conference, Connection connection) {
364 public void onConnectionRemoved(Conference conference, Connection connection) {
369 Conference conference, List<Connection> conferenceableConnections) {
371 mIdByConference.get(conference),
653 private void conference(String callId1, String callId2) { method in class:ConnectionService
801 addConference(Conference conference) argument
909 onRemoteConferenceAdded(RemoteConference conference) argument
914 containsConference(Conference conference) argument
947 addConferenceInternal(Conference conference) argument
961 removeConference(Conference conference) argument
[all...]
H A DRemoteConference.java32 * Represents a conference call which can contain any number of {@link Connection} objects.
39 public void onStateChanged(RemoteConference conference, int oldState, int newState) {} argument
40 public void onDisconnected(RemoteConference conference, DisconnectCause disconnectCause) {} argument
41 public void onConnectionAdded(RemoteConference conference, RemoteConnection connection) {} argument
42 public void onConnectionRemoved(RemoteConference conference, RemoteConnection connection) {} argument
43 public void onCapabilitiesChanged(RemoteConference conference, int capabilities) {} argument
45 RemoteConference conference,
47 public void onDestroyed(RemoteConference conference) {} argument
44 onConferenceableConnectionsChanged( RemoteConference conference, List<RemoteConnection> conferenceableConnections) argument
H A DRemoteConnectionService.java158 // 'connection' is being split from its conference
163 RemoteConference conference =
165 if (conference != NULL_CONFERENCE) {
166 conference.addConnection(connection);
176 RemoteConference conference = new RemoteConference(callId,
182 conference.addConnection(c);
186 if (conference.getConnections().size() == 0) {
187 // A conference was created, but none of its connections are ones that have been
193 conference.setState(parcel.getState());
194 conference
[all...]
H A DConference.java29 * Represents a conference call which can contain any number of {@link Connection} objects.
37 public void onStateChanged(Conference conference, int oldState, int newState) {} argument
38 public void onDisconnected(Conference conference, DisconnectCause disconnectCause) {} argument
39 public void onConnectionAdded(Conference conference, Connection connection) {} argument
40 public void onConnectionRemoved(Conference conference, Connection connection) {} argument
42 Conference conference, List<Connection> conferenceableConnections) {}
43 public void onDestroyed(Conference conference) {} argument
44 public void onCapabilitiesChanged(Conference conference, int capabilities) {} argument
74 * @param phoneAccount The {@code PhoneAccountHandle} associated with the conference.
81 * Returns the {@link PhoneAccountHandle} the conference cal
41 onConferenceableConnectionsChanged( Conference conference, List<Connection> conferenceableConnections) argument
[all...]
H A DInCallAdapter.java205 * Instructs Telecom to conference the specified call.
210 public void conference(String callId, String otherCallId) { method in class:InCallAdapter
212 mAdapter.conference(callId, otherCallId);
218 * Instructs Telecom to split the specified call from any conference call with which it may be
232 * Instructs Telecom to merge child calls of the specified conference call.
242 * Instructs Telecom to swap the child calls of the specified conference call.
H A DRemoteConnectionManager.java79 a.getConnectionService().conference(a.getId(), b.getId());
83 Log.w(this, "Request to conference incompatible remote connections (%s,%s) (%s,%s)",
H A DRemoteConnection.java157 * may be asked to create a conference has changed.
161 * {@code RemoteConnection} may be asked to create a conference.
184 * @param conference The {@code RemoteConference} of which this {@code RemoteConnection} is
189 RemoteConference conference) {}
710 * successfully asked to create a conference with.
880 void setConference(RemoteConference conference) { argument
881 if (mConference != conference) {
882 mConference = conference;
884 c.onConferenceChanged(this, conference);
187 onConferenceChanged( RemoteConnection connection, RemoteConference conference) argument
H A DConnection.java87 public void onConferenceChanged(Connection c, Conference conference) {} argument
548 * @return The conference that this connection is a part of. Null if it is not part of any
549 * conference.
857 * @param conferenceableConnections The set of connections this connection can conference with.
911 * Sets the conference that this connection is a part of. This will fail if the connection is
912 * already part of a conference call. {@link #resetConference} to un-set the conference first.
914 * @param conference The conference.
915 * @return {@code true} if the conference wa
918 setConference(Conference conference) argument
[all...]
H A DCall.java495 * Instructs this {@code Call} to enter a conference.
497 * @param callToConferenceWith The other call with which to conference.
499 public void conference(Call callToConferenceWith) { method in class:Call
501 mInCallAdapter.conference(mTelecomCallId, callToConferenceWith.mTelecomCallId);
506 * Instructs this {@code Call} to split from any conference call with which it may be
514 * Merges the calls within this conference. See {@link PhoneCapabilities#MERGE_CONFERENCE}.
521 * Swaps the calls within this conference. See {@link PhoneCapabilities#SWAP_CONFERENCE}.
528 * Obtains the parent of this {@code Call} in a conference, if any.
531 * child of any conference {@code Call}s.
541 * Obtains the children of this conference {
[all...]
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl51 void conference(String callId, String otherCallId);
H A DIConnectionService.aidl65 void conference(String conferenceCallId, String callId);
H A DIConnectionServiceAdapter.aidl59 void addConferenceCall(String callId, in ParcelableConference conference);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java428 ret = conference();
607 conference() { method in class:SimulatedGsmCallState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java252 public void conference() { method in class:ImsPhone
253 mCT.conference();
384 conference();
H A DImsPhoneCommandInterface.java133 public void conference (Message result) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java689 * Whether or not the phone can conference in the current phone
691 * @return true if the phone can conference; false otherwise.
704 void conference() throws CallStateException; method in interface:Phone
H A DCallManager.java773 * Whether or not the phone can conference in the current phone
775 * @return true if the phone can conference; false otherwise.
793 * Whether or not the phone can conference in the current phone
797 * @return true if the phone can conference; false otherwise.
823 public void conference(Call heldCall) throws CallStateException { method in class:CallManager
827 Rlog.d(LOG_TAG, "conference(" +heldCall + ")");
834 ((SipPhone) fgPhone).conference(heldCall);
836 fgPhone.conference();
838 throw(new CallStateException("Can't conference foreground and selected background call"));
841 Rlog.d(LOG_TAG, "conference
[all...]
H A DCommandsInterface.java894 void conference (Message result); method in interface:CommandsInterface
H A DPhoneProxy.java646 public void conference() throws CallStateException { method in class:PhoneProxy
647 mActivePhone.conference();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java545 public void conference() { method in class:GSMPhone
547 log("conference() - delegated to IMS phone");
548 mImsPhone.conference();
551 mCT.conference();
716 conference();
H A DGsmCallTracker.java291 conference() { method in class:GsmCallTracker
292 mCi.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java134 public void conference (Message result) { method in class:SipCommandInterface
H A DSipPhone.java231 public void conference() throws CallStateException { method in class:SipPhone
239 if (DBG) log("conference: merge fg & bg");
244 public void conference(Call that) throws CallStateException { method in class:SipPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java270 public void conference(Message result) { method in class:UsimDataDownloadCommands
H A DGSMPhoneTest.java694 mGSMPhone.conference();
737 // Hangup conference call, ringing call still around
1177 mGSMPhone.conference();
1187 // at this point, we have an active conference call, with
1287 mGSMPhone.conference();

Completed in 205 milliseconds

12