HomeSort by relevance Sort by last modified time
    Searched defs:conference (Results 1 - 19 of 19) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 427 ret = conference();
606 conference() { method in class:SimulatedGsmCallState
ModelInterpreter.java 524 conference() throws InterpreterEx method in class:ModelInterpreter
528 success = simulatedCallState.conference();
SimulatedCommands.java 638 public void conference (Message result) { method in class:SimulatedCommands
    [all...]
  /external/bluetooth/bluez/audio/
telephony-ofono.c 51 gboolean conference; member in struct:voice_call
340 else if (call->conference)
469 multiparty = vc->conference ?
727 vc->conference = multiparty;
777 vc->conference = multiparty;
    [all...]
telephony-maemo5.c 108 #define CSD_CALL_CONFERENCE "com.nokia.csd.Call.Conference"
110 #define CSD_CALL_CONFERENCE_PATH "/com/nokia/csd/call/conference"
164 gboolean conference; member in struct:csd_call
314 DBG("telephony-maemo: releasing conference call");
441 "Conference");
544 if (call->conference)
761 multiparty = call->conference ?
1058 call->conference = FALSE;
1164 error("Unexpected parameters in Conference.%s",
1171 error("Conference signal for unknown call %s", path)
    [all...]
telephony-maemo6.c 73 #define CSD_CALL_CONFERENCE "com.nokia.csd.Call.Conference"
75 #define CSD_CALL_CONFERENCE_PATH "/com/nokia/csd/call/conference"
119 gboolean conference; member in struct:csd_call
268 DBG("telephony-maemo6: releasing conference call");
395 "Conference");
511 else if (call->conference)
790 multiparty = call->conference ?
1067 call->conference = FALSE;
1210 error("Unexpected parameters in Conference.%s",
1217 error("Conference signal for unknown call %s", path)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 286 conference() throws CallStateException { method in class:GsmCallTracker
287 cm.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
822 return Phone.SuppService.CONFERENCE;
    [all...]
GSMPhone.java 449 public void conference() throws CallStateException { method in class:GSMPhone
450 mCT.conference();
606 conference(); method
609 "conference failed", e);
610 notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 109 public void conference (Message result) { method in class:SipCommandInterface
SipPhone.java 201 public void conference() throws CallStateException { method in class:SipPhone
213 public void conference(Call that) throws CallStateException { method in class:SipPhone
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 690 // Conference the two
691 mGSMPhone.conference();
734 // Hangup conference call, ringing call still around
    [all...]
UsimDataDownloadCommands.java 269 public void conference(Message result) { method in class:UsimDataDownloadCommands
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 652 * Whether or not the phone can conference in the current phone
654 * @return true if the phone can conference; false otherwise.
672 * Conferences holding and active. Conference occurs asynchronously
680 public void conference(Call heldCall) throws CallStateException { method in class:CallManager
683 Log.d(LOG_TAG, "conference(" +heldCall + ")");
690 ((SipPhone) fgPhone).conference(heldCall); method
692 fgPhone.conference();
694 throw(new CallStateException("Can't conference foreground and selected background call"));
698 Log.d(LOG_TAG, "End conference(" +heldCall + ")");
    [all...]
PhoneProxy.java 483 public void conference() throws CallStateException { method in class:PhoneProxy
484 mActivePhone.conference();
CommandsInterface.java 837 void conference (Message result); method in interface:CommandsInterface
    [all...]
Phone.java 96 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP;
712 * Whether or not the phone can conference in the current phone
714 * @return true if the phone can conference; false otherwise.
719 * Conferences holding and active. Conference occurs asynchronously
727 void conference() throws CallStateException; method in interface:Phone
    [all...]
RIL.java 973 conference (Message result) { method in class:RIL
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 324 conference() throws CallStateException { method in class:CdmaCallTracker
    [all...]
CDMAPhone.java 315 public void conference() throws CallStateException { method in class:CDMAPhone
317 Log.e(LOG_TAG, "conference: not possible in CDMA");
    [all...]

Completed in 1124 milliseconds