Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioVoiceProxy.java88 public void acceptCall(int serial) throws RemoteException { in acceptCall() method in RadioVoiceProxy
91 mVoiceProxy.acceptCall(serial); in acceptCall()
93 mRadioProxy.acceptCall(serial); in acceptCall()
DPhoneInternalInterface.java356 void acceptCall(int videoState) throws CallStateException; in acceptCall() method
DGsmCdmaCallTracker.java608 public void acceptCall() throws CallStateException { in acceptCall() method in GsmCdmaCallTracker
618 mCi.acceptCall(obtainCompleteMessage()); in acceptCall()
DGsmCdmaPhone.java1003 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in GsmCdmaPhone
1007 imsPhone.acceptCall(videoState); in acceptCall()
1009 mCT.acceptCall(); in acceptCall()
1299 mCT.acceptCall(); in handleCallHoldIncallSupplementaryService()
DCommandsInterface.java1043 void acceptCall (Message result); in acceptCall() method
DRIL.java2381 public void acceptCall(Message result) { in acceptCall() method in RIL
2394 voiceProxy.acceptCall(rr.mSerial); in acceptCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTrackerTest.java274 mCTUT.acceptCall(); in testMTCallAccept()
280 verify(mSimulatedCommandsVerifier).acceptCall(isA(Message.class)); in testMTCallAccept()
DSimulatedCommandsVerifier.java757 public void acceptCall(Message result) { in acceptCall() method in SimulatedCommandsVerifier
DSimulatedCommands.java788 public void acceptCall (Message result) { in acceptCall() method in SimulatedCommands
791 SimulatedCommandsVerifier.getInstance().acceptCall(result); in acceptCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java191 acceptCall(conn); in onRilAcceptCall()
270 acceptCall(conn); in onImsAcceptCall()
440 private void acceptCall(Connection conn) { in acceptCall() method in VoiceCallSessionStats
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java287 verify(mImsCT).acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testHandleInCallMmiCommandCallHold()
295 verify(mImsCT).acceptCall(VideoProfile.STATE_AUDIO_ONLY); in testHandleInCallMmiCommandCallHold()
365 mImsPhoneUT.acceptCall(0); in testGettersAndPassThroughs()
366 verify(mImsCT).acceptCall(0); in testGettersAndPassThroughs()
DImsPhoneCallTrackerTest.java599 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAccept()
741 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAcceptHold()
779 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTActiveHoldServiceDisconnect()
962 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsSendDtmf()
1826 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testClearHoldSwapStateOnSrvcc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java157 public void acceptCall (Message result) { in acceptCall() method in ImsPhoneCommandInterface
DImsPhone.java608 acceptCall(int videoState) throws CallStateException { in acceptCall() method in ImsPhone
609 mCT.acceptCall(videoState); in acceptCall()
816 mCT.acceptCall(VideoProfile.STATE_AUDIO_ONLY); in handleCallHoldIncallSupplementaryService()
818 mCT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in handleCallHoldIncallSupplementaryService()
DImsPhoneCallTracker.java2202 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in ImsPhoneCallTracker