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

  /frameworks/opt/telephony/src/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 638 public void conference (Message result) { method in class:SimulatedCommands
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 109 public void conference (Message result) { method in class:SipCommandInterface
SipPhone.java 202 public void conference() throws CallStateException { method in class:SipPhone
214 public void conference(Call that) throws CallStateException { method in class:SipPhone
    [all...]
  /frameworks/opt/telephony/src/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...]
Phone.java 68 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP;
628 * Whether or not the phone can conference in the current phone
630 * @return true if the phone can conference; false otherwise.
635 * Conferences holding and active. Conference occurs asynchronously
643 void conference() throws CallStateException; method in interface:Phone
    [all...]
PhoneProxy.java 502 public void conference() throws CallStateException { method in class:PhoneProxy
503 mActivePhone.conference();
CommandsInterface.java 837 void conference (Message result); method in interface:CommandsInterface
    [all...]
RIL.java 974 conference (Message result) { method in class:RIL
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 446 public void conference() throws CallStateException { method in class:GSMPhone
447 mCT.conference();
603 conference(); method
606 "conference failed", e);
607 notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
    [all...]
GsmCallTracker.java 287 conference() throws CallStateException { method in class:GsmCallTracker
288 cm.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
823 return Phone.SuppService.CONFERENCE;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 269 public void conference(Message result) { method in class:UsimDataDownloadCommands
GSMPhoneTest.java 691 // Conference the two
692 mGSMPhone.conference();
735 // Hangup conference call, ringing call still around
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 325 conference() throws CallStateException { method in class:CdmaCallTracker
    [all...]
CDMAPhone.java 316 public void conference() throws CallStateException { method in class:CDMAPhone
318 Log.e(LOG_TAG, "conference: not possible in CDMA");
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 404 milliseconds