Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConference.java71 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD); in onUnhold()
90 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE); in onConnectionAdded()
H A DHfpClientConnection.java261 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD); in onUnhold()
271 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE); in onAnswer()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java155 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in SipPhone
162 mRingingCall.acceptCall(); in acceptCall()
574 void acceptCall() throws CallStateException { in acceptCall() method in SipPhone.SipCall
582 ((SipConnection) getConnections().get(0)).acceptCall(); in acceptCall()
879 void acceptCall() throws CallStateException { in acceptCall() method in SipPhone.SipConnection
H A DSipCommandInterface.java176 public void acceptCall (Message result) { in acceptCall() method in SipCommandInterface
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl57 boolean acceptCall(in BluetoothDevice device, int flag, in AttributionSource attributionSource); in acceptCall() method
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaCallTrackerTest.java268 mCTUT.acceptCall(); in testMTCallAccept()
274 verify(mSimulatedCommandsVerifier).acceptCall(isA(Message.class)); in testMTCallAccept()
H A DSimulatedCommands.java842 public void acceptCall (Message result) { in acceptCall() method in SimulatedCommands
845 SimulatedCommandsVerifier.getInstance().acceptCall(result); in acceptCall()
H A DSimulatedCommandsVerifier.java770 public void acceptCall(Message result) { in acceptCall() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java382 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAccept()
520 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTCallAcceptHold()
558 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsMTActiveHoldServiceDisconnect()
741 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testImsSendDtmf()
1219 mCTUT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testClearHoldSwapStateOnSrvcc()
H A DImsPhoneTest.java264 verify(mImsCT).acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in testHandleInCallMmiCommandCallHold()
334 mImsPhoneUT.acceptCall(0); in testGettersAndPassThroughs()
335 verify(mImsCT).acceptCall(0); in testGettersAndPassThroughs()
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_voice.cpp341 TEST_P(RadioHidlTest, acceptCall) { in TEST_P() argument
345 radio->acceptCall(serial); in TEST_P()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java392 public boolean acceptCall(BluetoothDevice device, int flag, AttributionSource source) { in acceptCall() method in HeadsetClientService.BluetoothHeadsetClientBinder
398 return service.acceptCall(device, flag); in acceptCall()
777 boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService
H A DHeadsetClientStateMachine.java512 private void acceptCall(int flag) { in acceptCall() method in HeadsetClientStateMachine
1308 acceptCall(message.arg1); in processMessage()
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java181 getPhone().acceptCall(videoState); in onAnswer()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java846 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in BluetoothHeadsetClient
852 return service.acceptCall(device, flag, mAttributionSource); in acceptCall()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java366 void acceptCall(int videoState) throws CallStateException; in acceptCall() method
H A DGsmCdmaCallTracker.java587 public void acceptCall() throws CallStateException { in acceptCall() method in GsmCdmaCallTracker
597 mCi.acceptCall(obtainCompleteMessage()); in acceptCall()
H A DGsmCdmaPhone.java906 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in GsmCdmaPhone
909 imsPhone.acceptCall(videoState); in acceptCall()
911 mCT.acceptCall(); in acceptCall()
1178 mCT.acceptCall(); in handleCallHoldIncallSupplementaryService()
H A DCommandsInterface.java1052 void acceptCall (Message result); in acceptCall() method
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken337 mGSMPhone.acceptCall();
547 mGSMPhone.acceptCall();
620 mGSMPhone.acceptCall();
680 mGSMPhone.acceptCall();
1040 mGSMPhone.acceptCall();
1317 mGSMPhone.acceptCall();
H A DUsimDataDownloadCommands.java.broken286 public void acceptCall(Message result) {
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java175 public void acceptCall (Message result) { in acceptCall() method in ImsPhoneCommandInterface
H A DImsPhone.java554 acceptCall(int videoState) throws CallStateException { in acceptCall() method in ImsPhone
555 mCT.acceptCall(videoState); in acceptCall()
756 mCT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE); in handleCallHoldIncallSupplementaryService()
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp307 Return<void> Radio::acceptCall(int32_t /* serial */) { in acceptCall() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h106 Return<void> acceptCall(int32_t serial) override;

12