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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java428 ret = conference();
607 conference() { method in class:SimulatedGsmCallState
H A DSimulatedCommands.java665 public void conference (Message result) { method in class:SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java680 * Whether or not the phone can conference in the current phone
682 * @return true if the phone can conference; false otherwise.
708 public void conference(Call heldCall) throws CallStateException { method in class:CallManager
711 Rlog.d(LOG_TAG, "conference(" +heldCall + ")");
718 ((SipPhone) fgPhone).conference(heldCall);
720 fgPhone.conference();
722 throw(new CallStateException("Can't conference foreground and selected background call"));
726 Rlog.d(LOG_TAG, "End conference(" +heldCall + ")");
H A DPhone.java643 * Whether or not the phone can conference in the current phone
645 * @return true if the phone can conference; false otherwise.
658 void conference() throws CallStateException; method in interface:Phone
H A DPhoneProxy.java588 public void conference() throws CallStateException { method in class:PhoneProxy
589 mActivePhone.conference();
H A DCommandsInterface.java850 void conference (Message result); method in interface:CommandsInterface
H A DRIL.java962 conference (Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java475 public void conference() { method in class:GSMPhone
476 mCT.conference();
636 conference();
H A DGsmCallTracker.java302 conference() { method in class:GsmCallTracker
303 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.java230 public void conference() throws CallStateException { method in class:SipPhone
238 if (DBG) log("conference: merge fg & bg");
243 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.java271 public void conference(Message result) { method in class:UsimDataDownloadCommands
H A DGSMPhoneTest.java692 mGSMPhone.conference();
735 // Hangup conference call, ringing call still around
1175 mGSMPhone.conference();
1185 // at this point, we have an active conference call, with
1285 mGSMPhone.conference();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java324 conference() { method in class:CdmaCallTracker
H A DCDMAPhone.java319 public void conference() { method in class:CDMAPhone
321 Rlog.e(LOG_TAG, "conference: not possible in CDMA");

Completed in 305 milliseconds