/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioVoiceProxy.java | 88 public void acceptCall(int serial) throws RemoteException { in acceptCall() method in RadioVoiceProxy 91 mVoiceProxy.acceptCall(serial); in acceptCall() 93 mRadioProxy.acceptCall(serial); in acceptCall()
|
D | PhoneInternalInterface.java | 356 void acceptCall(int videoState) throws CallStateException; in acceptCall() method
|
D | GsmCdmaCallTracker.java | 608 public void acceptCall() throws CallStateException { in acceptCall() method in GsmCdmaCallTracker 618 mCi.acceptCall(obtainCompleteMessage()); in acceptCall()
|
D | GsmCdmaPhone.java | 1003 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()
|
D | CommandsInterface.java | 1043 void acceptCall (Message result); in acceptCall() method
|
D | RIL.java | 2381 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/ |
D | GsmCdmaCallTrackerTest.java | 274 mCTUT.acceptCall(); in testMTCallAccept() 280 verify(mSimulatedCommandsVerifier).acceptCall(isA(Message.class)); in testMTCallAccept()
|
D | SimulatedCommandsVerifier.java | 757 public void acceptCall(Message result) { in acceptCall() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 788 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/ |
D | VoiceCallSessionStats.java | 191 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/ |
D | ImsPhoneTest.java | 287 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()
|
D | ImsPhoneCallTrackerTest.java | 599 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/ |
D | ImsPhoneCommandInterface.java | 157 public void acceptCall (Message result) { in acceptCall() method in ImsPhoneCommandInterface
|
D | ImsPhone.java | 608 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()
|
D | ImsPhoneCallTracker.java | 2202 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in ImsPhoneCallTracker
|