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

/frameworks/opt/telephony/src/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/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java109 public void conference (Message result) { method in class:SipCommandInterface
H A DSipPhone.java202 public void conference() throws CallStateException { method in class:SipPhone
214 public void conference(Call that) throws CallStateException { method in class:SipPhone
/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 Log.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 Log.d(LOG_TAG, "End conference(" +heldCall + ")");
H A DPhone.java628 * Whether or not the phone can conference in the current phone
630 * @return true if the phone can conference; false otherwise.
643 void conference() throws CallStateException; method in interface:Phone
H A DPhoneProxy.java502 public void conference() throws CallStateException { method in class:PhoneProxy
503 mActivePhone.conference();
H A DCommandsInterface.java837 void conference (Message result); method in interface:CommandsInterface
H A DRIL.java974 conference (Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java446 public void conference() throws CallStateException { method in class:GSMPhone
447 mCT.conference();
603 conference();
606 "conference failed", e);
H A DGsmCallTracker.java287 conference() throws CallStateException { method in class:GsmCallTracker
288 cm.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
/frameworks/opt/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.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.java325 conference() throws CallStateException { method in class:CdmaCallTracker
H A DCDMAPhone.java316 public void conference() throws CallStateException { method in class:CDMAPhone
318 Log.e(LOG_TAG, "conference: not possible in CDMA");

Completed in 397 milliseconds