Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothHeadsetClient.aidl47 boolean acceptCall(in BluetoothDevice device, int flag); in acceptCall() method
DBluetoothHeadsetClient.java732 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in BluetoothHeadsetClient
737 return mService.acceptCall(device, flag); in acceptCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java147 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in SipPhone
154 mRingingCall.acceptCall(); in acceptCall()
538 void acceptCall() throws CallStateException { in acceptCall() method in SipPhone.SipCall
546 ((SipConnection) mConnections.get(0)).acceptCall(); in acceptCall()
840 void acceptCall() throws CallStateException { in acceptCall() method in SipPhone.SipConnection
DSipCommandInterface.java151 public void acceptCall (Message result) { in acceptCall() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java226 acceptCall(int videoState) throws CallStateException { in acceptCall() method in ImsPhone
227 mCT.acceptCall(videoState); in acceptCall()
363 mCT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in handleCallHoldIncallSupplementaryService()
DImsPhoneCommandInterface.java150 public void acceptCall (Message result) { in acceptCall() method in ImsPhoneCommandInterface
DImsPhoneCallTracker.java439 void acceptCall (int videoState) throws CallStateException { in acceptCall() method in ImsPhoneCallTracker
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java337 mGSMPhone.acceptCall(); in brokenTestGeneral()
547 mGSMPhone.acceptCall(); in brokenTestGeneral()
620 mGSMPhone.acceptCall(); in brokenTestGeneral()
680 mGSMPhone.acceptCall(); in brokenTestGeneral()
1040 mGSMPhone.acceptCall(); in testIncallMmiCallWaiting()
1317 mGSMPhone.acceptCall(); in testCallIndex()
DUsimDataDownloadCommands.java286 public void acceptCall(Message result) { in acceptCall() method in UsimDataDownloadCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java507 acceptCall(int videoState) throws CallStateException { in acceptCall() method in GSMPhone
510 imsPhone.acceptCall(videoState); in acceptCall()
512 mCT.acceptCall(); in acceptCall()
690 mCT.acceptCall(); in handleCallHoldIncallSupplementaryService()
DGsmCallTracker.java252 acceptCall () throws CallStateException { in acceptCall() method in GsmCallTracker
261 mCi.acceptCall(obtainCompleteMessage()); in acceptCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java507 acceptCall(int videoState) throws CallStateException { in acceptCall() method in CDMAPhone
510 imsPhone.acceptCall(videoState); in acceptCall()
512 mCT.acceptCall(); in acceptCall()
DCdmaCallTracker.java293 acceptCall() throws CallStateException { in acceptCall() method in CdmaCallTracker
298 mCi.acceptCall(obtainCompleteMessage()); in acceptCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java690 void acceptCall(int videoState) throws CallStateException; in acceptCall() method
DPhoneProxy.java672 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in PhoneProxy
673 mActivePhone.acceptCall(videoState); in acceptCall()
DCommandsInterface.java953 void acceptCall (Message result); in acceptCall() method
DCallManager.java717 public void acceptCall(Call ringingCall) throws CallStateException { in acceptCall() method in CallManager
744 ringingPhone.acceptCall(VideoProfile.VideoState.AUDIO_ONLY); in acceptCall()
DRIL.java1068 acceptCall (Message result) { in acceptCall() method in RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java724 public void acceptCall (Message result) { in acceptCall() method in SimulatedCommands