Searched defs:conference (Results 1 - 14 of 14) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java302 conference() { method in class:GsmCallTracker
303 mCi.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
H A DGSMPhone.java477 public void conference() { method in class:GSMPhone
478 mCT.conference();
638 conference();
/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.java664 public void conference (Message result) { method in class:SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java324 conference() { method in class:CdmaCallTracker
H A DCDMAPhone.java320 public void conference() { method in class:CDMAPhone
322 Rlog.e(LOG_TAG, "conference: not possible in CDMA");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
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
H A DSipCommandInterface.java133 public void conference (Message result) { method in class:SipCommandInterface
/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 DPhoneProxy.java588 public void conference() throws CallStateException { method in class:PhoneProxy
589 mActivePhone.conference();
H A DPhone.java644 * Whether or not the phone can conference in the current phone
646 * @return true if the phone can conference; false otherwise.
659 void conference() throws CallStateException; method in interface:Phone
H A DCommandsInterface.java873 void conference (Message result); method in interface:CommandsInterface
H A DRIL.java961 conference (Message result) { method in class:RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java270 public void conference(Message result) { method in class:UsimDataDownloadCommands

Completed in 376 milliseconds