Home
last modified time | relevance | path

Searched refs:conference (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/test/
DModelInterpreter.java524 conference() throws InterpreterEx in conference() method in ModelInterpreter
528 success = simulatedCallState.conference(); in conference()
DSimulatedGsmCallState.java427 ret = conference(); in onChld()
606 conference() { in conference() method in SimulatedGsmCallState
DSimulatedCommands.java635 public void conference (Message result) { in conference() method in SimulatedCommands
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
DSipCommandInterface.java106 public void conference (Message result) { in conference() method in SipCommandInterface
DSipPhone.java201 public void conference() throws CallStateException { in conference() method in SipPhone
213 public void conference(Call that) throws CallStateException { in conference() method in SipPhone
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java283 conference() throws CallStateException { in conference() method in GsmCallTracker
284 cm.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT)); in conference()
DGSMPhone.java457 public void conference() throws CallStateException { in conference() method in GSMPhone
458 mCT.conference(); in conference()
614 conference(); in handleMultipartyIncallSupplementaryService()
/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneProxy.java383 public void conference() throws CallStateException { in conference() method in PhoneProxy
384 mActivePhone.conference(); in conference()
DCallManager.java660 public void conference(Call heldCall) throws CallStateException { in conference() method in CallManager
670 ((SipPhone) fgPhone).conference(heldCall); in conference()
672 fgPhone.conference(); in conference()
DPhone.java726 void conference() throws CallStateException; in conference() method
DCommandsInterface.java913 void conference (Message result); in conference() method
DRIL.java947 conference (Message result) { in conference() method in RIL
/frameworks/base/docs/html/guide/topics/testing/
Dwhat_to_test.jd60 Techniques for minimizing battery usage were presented at the 2010 Google I/O conference in the
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java691 mGSMPhone.conference(); in brokenTestGeneral()
1174 mGSMPhone.conference(); in testIncallMmiCallHold()
1284 mGSMPhone.conference(); in testCallIndex()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java321 conference() throws CallStateException { in conference() method in CdmaCallTracker
DCDMAPhone.java320 public void conference() throws CallStateException { in conference() method in CDMAPhone