Searched refs:acceptCall (Results 1 - 14 of 14) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java146 public void acceptCall() throws CallStateException { method in class:SipPhone
150 if (DBG) log("acceptCall: accepting");
153 mRingingCall.acceptCall();
156 log("acceptCall:" +
535 void acceptCall() throws CallStateException { method in class:SipPhone.SipCall
536 if (SC_DBG) log("acceptCall: accepting");
538 throw new CallStateException("acceptCall() in a non-ringing call");
541 throw new CallStateException("acceptCall() in a conf call");
543 ((SipConnection) mConnections.get(0)).acceptCall();
837 void acceptCall() throw method in class:SipPhone.SipConnection
[all...]
H A DSipCommandInterface.java150 public void acceptCall (Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java335 mGSMPhone.acceptCall();
545 mGSMPhone.acceptCall();
618 mGSMPhone.acceptCall();
678 mGSMPhone.acceptCall();
1038 mGSMPhone.acceptCall();
1315 mGSMPhone.acceptCall();
H A DUsimDataDownloadCommands.java286 public void acceptCall(Message result) { method in class:UsimDataDownloadCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java438 acceptCall() throws CallStateException { method in class:GSMPhone
439 mCT.acceptCall();
602 mCT.acceptCall();
H A DGsmCallTracker.java251 acceptCall () throws CallStateException { method in class:GsmCallTracker
257 Rlog.i("phone", "acceptCall: incoming...");
260 mCi.acceptCall(obtainCompleteMessage());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java617 void acceptCall() throws CallStateException; method in interface:Phone
H A DPhoneProxy.java544 public void acceptCall() throws CallStateException { method in class:PhoneProxy
545 mActivePhone.acceptCall();
H A DCommandsInterface.java866 void acceptCall (Message result); method in interface:CommandsInterface
H A DCallManager.java517 public void acceptCall(Call ringingCall) throws CallStateException { method in class:CallManager
521 Rlog.d(LOG_TAG, "acceptCall(" +ringingCall + " from " + ringingCall.getPhone() + ")");
560 ringingPhone.acceptCall();
563 Rlog.d(LOG_TAG, "End acceptCall(" +ringingCall + ")");
H A DRIL.java1045 acceptCall (Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java264 acceptCall() throws CallStateException { method in class:CdmaCallTracker
266 Rlog.i("phone", "acceptCall: incoming...");
269 mCi.acceptCall(obtainCompleteMessage());
H A DCDMAPhone.java430 acceptCall() throws CallStateException { method in class:CDMAPhone
431 mCT.acceptCall();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java723 public void acceptCall (Message result) { method in class:SimulatedCommands

Completed in 523 milliseconds