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

/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DModelInterpreter.java524 conference() throws InterpreterEx method in class:ModelInterpreter
528 success = simulatedCallState.conference();
H A DSimulatedGsmCallState.java427 ret = conference();
606 conference() { method in class:SimulatedGsmCallState
H A DSimulatedCommands.java638 public void conference (Message result) { method in class:SimulatedCommands
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java109 public void conference (Message result) { method in class:SipCommandInterface
H A DSipPhone.java201 public void conference() throws CallStateException { method in class:SipPhone
213 public void conference(Call that) throws CallStateException { method in class:SipPhone
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallManager.java652 * Whether or not the phone can conference in the current phone
654 * @return true if the phone can conference; false otherwise.
680 public void conference(Call heldCall) throws CallStateException { method in class:CallManager
683 Log.d(LOG_TAG, "conference(" +heldCall + ")");
690 ((SipPhone) fgPhone).conference(heldCall);
692 fgPhone.conference();
694 throw(new CallStateException("Can't conference foreground and selected background call"));
698 Log.d(LOG_TAG, "End conference(" +heldCall + ")");
H A DPhone.java712 * Whether or not the phone can conference in the current phone
714 * @return true if the phone can conference; false otherwise.
727 void conference() throws CallStateException; method in interface:Phone
H A DPhoneProxy.java483 public void conference() throws CallStateException { method in class:PhoneProxy
484 mActivePhone.conference();
H A DCommandsInterface.java837 void conference (Message result); method in interface:CommandsInterface
H A DRIL.java973 conference (Message result) { method in class:RIL
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java449 public void conference() throws CallStateException { method in class:GSMPhone
450 mCT.conference();
606 conference();
609 "conference failed", e);
H A DGsmCallTracker.java286 conference() throws CallStateException { method in class:GsmCallTracker
287 cm.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java269 public void conference(Message result) { method in class:UsimDataDownloadCommands
H A DGSMPhoneTest.java691 mGSMPhone.conference();
734 // Hangup conference call, ringing call still around
1174 mGSMPhone.conference();
1184 // at this point, we have an active conference call, with
1284 mGSMPhone.conference();
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java324 conference() throws CallStateException { method in class:CdmaCallTracker
H A DCDMAPhone.java315 public void conference() throws CallStateException { method in class:CDMAPhone
317 Log.e(LOG_TAG, "conference: not possible in CDMA");

Completed in 231 milliseconds