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.java635 public void conference (Message result) { method in class:SimulatedCommands
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java106 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.java633 * Whether or not the phone can conference in the current phone
635 * @return true if the phone can conference; false otherwise.
661 public void conference(Call heldCall) throws CallStateException { method in class:CallManager
664 Log.d(LOG_TAG, "conference(" +heldCall + ")");
671 ((SipPhone) fgPhone).conference(heldCall);
673 fgPhone.conference();
675 throw(new CallStateException("Can't conference foreground and selected background call"));
679 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.java384 public void conference() throws CallStateException { method in class:PhoneProxy
385 mActivePhone.conference();
H A DCommandsInterface.java915 void conference (Message result); method in interface:CommandsInterface
H A DRIL.java947 conference (Message result) { method in class:RIL
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java457 public void conference() throws CallStateException { method in class:GSMPhone
458 mCT.conference();
614 conference();
617 "conference failed", e);
H A DGsmCallTracker.java283 conference() throws CallStateException { method in class:GsmCallTracker
284 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 DCDMAPhone.java320 public void conference() throws CallStateException { method in class:CDMAPhone
322 Log.e(LOG_TAG, "conference: not possible in CDMA");
H A DCdmaCallTracker.java321 conference() throws CallStateException { method in class:CdmaCallTracker

Completed in 145 milliseconds