Home
last modified time | relevance | path

Searched refs:acceptCall (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java153 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in SipPhone
160 mRingingCall.acceptCall(); in acceptCall()
570 void acceptCall() throws CallStateException { in acceptCall() method in SipPhone.SipCall
578 ((SipConnection) getConnections().get(0)).acceptCall(); in acceptCall()
875 void acceptCall() throws CallStateException { in acceptCall() method in SipPhone.SipConnection
DSipCommandInterface.java173 public void acceptCall (Message result) { in acceptCall() method in SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTrackerTest.java254 mCTUT.acceptCall(); in testMTCallAccept()
260 verify(mSimulatedCommandsVerifier).acceptCall(isA(Message.class)); in testMTCallAccept()
DSimulatedCommandsVerifier.java757 public void acceptCall(Message result) { in acceptCall() method in SimulatedCommandsVerifier
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClient.java787 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in BluetoothHeadsetClient
793 return service.acceptCall(device, flag); in acceptCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java306 void acceptCall(int videoState) throws CallStateException; in acceptCall() method
DGsmCdmaCallTracker.java546 public void acceptCall() throws CallStateException { in acceptCall() method in GsmCdmaCallTracker
556 mCi.acceptCall(obtainCompleteMessage()); in acceptCall()
DGsmCdmaPhone.java887 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in GsmCdmaPhone
890 imsPhone.acceptCall(videoState); in acceptCall()
892 mCT.acceptCall(); in acceptCall()
1159 mCT.acceptCall(); in handleCallHoldIncallSupplementaryService()
DCommandsInterface.java1040 void acceptCall (Message result); in acceptCall() method
DRIL.java2199 public void acceptCall(Message result) { in acceptCall() method in RIL
2210 radioProxy.acceptCall(rr.mSerial); in acceptCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java256 verify(mImsCT).acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testHandleInCallMmiCommandCallHold()
326 mImsPhoneUT.acceptCall(0); in testGettersAndPassThroughs()
327 verify(mImsCT).acceptCall(0); in testGettersAndPassThroughs()
DImsPhoneCallTrackerTest.java361 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAccept()
499 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAcceptHold()
656 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsSendDtmf()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken337 mGSMPhone.acceptCall();
547 mGSMPhone.acceptCall();
620 mGSMPhone.acceptCall();
680 mGSMPhone.acceptCall();
1040 mGSMPhone.acceptCall();
1317 mGSMPhone.acceptCall();
DUsimDataDownloadCommands.java.broken286 public void acceptCall(Message result) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java172 public void acceptCall (Message result) { in acceptCall() method in ImsPhoneCommandInterface
DImsPhone.java429 acceptCall(int videoState) throws CallStateException { in acceptCall() method in ImsPhone
430 mCT.acceptCall(videoState); in acceptCall()
631 mCT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in handleCallHoldIncallSupplementaryService()
DImsPhoneCallTracker.java1549 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in ImsPhoneCallTracker