Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java151 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in SipPhone
158 mRingingCall.acceptCall(); in acceptCall()
558 void acceptCall() throws CallStateException { in acceptCall() method in SipPhone.SipCall
566 ((SipConnection) mConnections.get(0)).acceptCall(); in acceptCall()
861 void acceptCall() throws CallStateException { in acceptCall() method in SipPhone.SipConnection
DSipCommandInterface.java166 public void acceptCall (Message result) { in acceptCall() method in SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallManagerTest.java157 CallManager.getInstance().acceptCall(mRingingCall); in testBasicAcceptCall()
158 verify(mPhone, times(1)).acceptCall(anyInt()); in testBasicAcceptCall()
DGsmCdmaCallTrackerTest.java260 mCTUT.acceptCall(); in testMTCallAccept()
265 verify(mSimulatedCommandsVerifier).acceptCall(isA(Message.class)); in testMTCallAccept()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java221 verify(mImsCT).acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testHandleInCallMmiCommandCallHold()
295 mImsPhoneUT.acceptCall(0); in testGettersAndPassThroughs()
296 verify(mImsCT).acceptCall(0); in testGettersAndPassThroughs()
DImsPhoneCallTrackerTest.java365 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAccept()
436 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAcceptHold()
588 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsSendDtmf()
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClient.java723 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in BluetoothHeadsetClient
728 return service.acceptCall(device, flag); in acceptCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java325 void acceptCall(int videoState) throws CallStateException; in acceptCall() method
DGsmCdmaCallTracker.java518 public void acceptCall() throws CallStateException { in acceptCall() method in GsmCdmaCallTracker
527 mCi.acceptCall(obtainCompleteMessage()); in acceptCall()
DGsmCdmaPhone.java704 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in GsmCdmaPhone
707 imsPhone.acceptCall(videoState); in acceptCall()
709 mCT.acceptCall(); in acceptCall()
935 mCT.acceptCall(); in handleCallHoldIncallSupplementaryService()
DCallManager.java681 public void acceptCall(Call ringingCall) throws CallStateException { in acceptCall() method in CallManager
708 ringingPhone.acceptCall(VideoProfile.STATE_AUDIO_ONLY); in acceptCall()
DCommandsInterface.java968 void acceptCall (Message result); in acceptCall() method
DRIL.java1489 public void acceptCall(Message result) { in acceptCall() method in RIL
1500 radioProxy.acceptCall(rr.mSerial); in acceptCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java346 acceptCall(int videoState) throws CallStateException { in acceptCall() method in ImsPhone
347 mCT.acceptCall(videoState); in acceptCall()
523 mCT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in handleCallHoldIncallSupplementaryService()
DImsPhoneCommandInterface.java165 public void acceptCall (Message result) { in acceptCall() method in ImsPhoneCommandInterface
DImsPhoneCallTracker.java1228 public void acceptCall (int videoState) throws CallStateException { in acceptCall() method in ImsPhoneCallTracker
/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/test/
DSimulatedCommands.java785 public void acceptCall (Message result) { in acceptCall() method in SimulatedCommands
788 SimulatedCommandsVerifier.getInstance().acceptCall(result); in acceptCall()
DSimulatedCommandsVerifier.java747 public void acceptCall(Message result) { in acceptCall() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1105 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in PhoneMock
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1189 Landroid/bluetooth/BluetoothHeadsetClient;->acceptCall(Landroid/bluetooth/BluetoothDevice;I)Z
Dboot-image-profile.txt9912 HPLcom/android/internal/telephony/imsphone/ImsPhone;->acceptCall(I)V
9948 HPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker;->acceptCall(I)V