/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 153 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
|
D | SipCommandInterface.java | 173 public void acceptCall (Message result) { in acceptCall() method in SipCommandInterface
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaCallTrackerTest.java | 254 mCTUT.acceptCall(); in testMTCallAccept() 260 verify(mSimulatedCommandsVerifier).acceptCall(isA(Message.class)); in testMTCallAccept()
|
D | SimulatedCommandsVerifier.java | 757 public void acceptCall(Message result) { in acceptCall() method in SimulatedCommandsVerifier
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHeadsetClient.java | 787 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/ |
D | PhoneInternalInterface.java | 306 void acceptCall(int videoState) throws CallStateException; in acceptCall() method
|
D | GsmCdmaCallTracker.java | 546 public void acceptCall() throws CallStateException { in acceptCall() method in GsmCdmaCallTracker 556 mCi.acceptCall(obtainCompleteMessage()); in acceptCall()
|
D | GsmCdmaPhone.java | 887 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()
|
D | CommandsInterface.java | 1040 void acceptCall (Message result); in acceptCall() method
|
D | RIL.java | 2199 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/ |
D | ImsPhoneTest.java | 256 verify(mImsCT).acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testHandleInCallMmiCommandCallHold() 326 mImsPhoneUT.acceptCall(0); in testGettersAndPassThroughs() 327 verify(mImsCT).acceptCall(0); in testGettersAndPassThroughs()
|
D | ImsPhoneCallTrackerTest.java | 361 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/ |
D | GSMPhoneTest.java.broken | 337 mGSMPhone.acceptCall(); 547 mGSMPhone.acceptCall(); 620 mGSMPhone.acceptCall(); 680 mGSMPhone.acceptCall(); 1040 mGSMPhone.acceptCall(); 1317 mGSMPhone.acceptCall();
|
D | UsimDataDownloadCommands.java.broken | 286 public void acceptCall(Message result) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 172 public void acceptCall (Message result) { in acceptCall() method in ImsPhoneCommandInterface
|
D | ImsPhone.java | 429 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()
|
D | ImsPhoneCallTracker.java | 1549 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in ImsPhoneCallTracker
|