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

  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 524 conference() throws InterpreterEx method in class:ModelInterpreter
528 success = simulatedCallState.conference();
SimulatedGsmCallState.java 427 ret = conference();
606 conference() { method in class:SimulatedGsmCallState
SimulatedCommands.java 640 public void conference (Message result) { method in class:SimulatedCommands
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 107 #define CSD_CALL_CONFERENCE "com.nokia.csd.Call.Conference"
109 #define CSD_CALL_CONFERENCE_PATH "/com/nokia/csd/call/conference"
163 gboolean conference; member in struct:csd_call
321 DBG("telephony-maemo: releasing conference call");
448 "Conference");
554 if (call->conference)
771 multiparty = call->conference ?
1068 call->conference = FALSE;
1174 error("Unexpected parameters in Conference.%s",
1181 error("Conference signal for unknown call %s", path)
    [all...]
telephony-maemo6.c 83 #define CSD_CALL_CONFERENCE "com.nokia.csd.Call.Conference"
85 #define CSD_CALL_CONFERENCE_PATH "/com/nokia/csd/call/conference"
129 gboolean conference; member in struct:csd_call
281 DBG("telephony-maemo6: releasing conference call");
408 "Conference");
514 if (call->conference)
731 multiparty = call->conference ?
1028 call->conference = FALSE;
1134 error("Unexpected parameters in Conference.%s",
1141 error("Conference signal for unknown call %s", path)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 106 public void conference (Message result) { method in class:SipCommandInterface
SipPhone.java 197 public void conference() throws CallStateException { method in class:SipPhone
209 public void conference(Call that) throws CallStateException { method in class:SipPhone
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 632 * Whether or not the phone can conference in the current phone
634 * @return true if the phone can conference; false otherwise.
652 * Conferences holding and active. Conference occurs asynchronously
660 public void conference(Call heldCall) throws CallStateException { method in class:CallManager
663 Log.d(LOG_TAG, "conference(" +heldCall + ")");
670 ((SipPhone) fgPhone).conference(heldCall); method
672 fgPhone.conference();
674 throw(new CallStateException("Can't conference foreground and selected background call"));
678 Log.d(LOG_TAG, "End conference(" +heldCall + ")");
    [all...]
Phone.java 95 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP;
669 * Whether or not the phone can conference in the current phone
671 * @return true if the phone can conference; false otherwise.
676 * Conferences holding and active. Conference occurs asynchronously
684 void conference() throws CallStateException; method in interface:Phone
    [all...]
PhoneProxy.java 386 public void conference() throws CallStateException { method in class:PhoneProxy
387 mActivePhone.conference();
CommandsInterface.java 755 void conference (Message result); method in interface:CommandsInterface
    [all...]
RIL.java 933 conference (Message result) { method in class:RIL
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 462 public void conference() throws CallStateException { method in class:GSMPhone
463 mCT.conference();
619 conference(); method
622 "conference failed", e);
623 notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
    [all...]
GsmCallTracker.java 283 conference() throws CallStateException { method in class:GsmCallTracker
284 cm.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
819 return Phone.SuppService.CONFERENCE;
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 696 // Conference the two
697 mGSMPhone.conference();
740 // Hangup conference call, ringing call still around
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 296 public void conference() throws CallStateException { method in class:CDMAPhone
298 Log.e(LOG_TAG, "conference: not possible in CDMA");
    [all...]
CdmaCallTracker.java 316 conference() throws CallStateException { method in class:CdmaCallTracker
876 return Phone.SuppService.CONFERENCE;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 781 // Set the Phone Call State to conference
794 cm.conference(cm.getFirstActiveBgCall());
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 727 milliseconds