/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
H A D | HfpClientConference.java | 71 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD); in onUnhold() 90 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE); in onConnectionAdded()
|
H A D | HfpClientConnection.java | 261 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 D | SipPhone.java | 155 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 D | SipCommandInterface.java | 176 public void acceptCall (Message result) { in acceptCall() method in SipCommandInterface
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothHeadsetClient.aidl | 57 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 D | GsmCdmaCallTrackerTest.java | 268 mCTUT.acceptCall(); in testMTCallAccept() 274 verify(mSimulatedCommandsVerifier).acceptCall(isA(Message.class)); in testMTCallAccept()
|
H A D | SimulatedCommands.java | 842 public void acceptCall (Message result) { in acceptCall() method in SimulatedCommands 845 SimulatedCommandsVerifier.getInstance().acceptCall(result); in acceptCall()
|
H A D | SimulatedCommandsVerifier.java | 770 public void acceptCall(Message result) { in acceptCall() method in SimulatedCommandsVerifier
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCallTrackerTest.java | 382 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 D | ImsPhoneTest.java | 264 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 D | radio_hidl_hal_voice.cpp | 341 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 D | HeadsetClientService.java | 392 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 D | HeadsetClientStateMachine.java | 512 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 D | SipConnection.java | 181 getPhone().acceptCall(videoState); in onAnswer()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothHeadsetClient.java | 846 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 D | PhoneInternalInterface.java | 366 void acceptCall(int videoState) throws CallStateException; in acceptCall() method
|
H A D | GsmCdmaCallTracker.java | 587 public void acceptCall() throws CallStateException { in acceptCall() method in GsmCdmaCallTracker 597 mCi.acceptCall(obtainCompleteMessage()); in acceptCall()
|
H A D | GsmCdmaPhone.java | 906 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 D | CommandsInterface.java | 1052 void acceptCall (Message result); in acceptCall() method
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | GSMPhoneTest.java.broken | 337 mGSMPhone.acceptCall(); 547 mGSMPhone.acceptCall(); 620 mGSMPhone.acceptCall(); 680 mGSMPhone.acceptCall(); 1040 mGSMPhone.acceptCall(); 1317 mGSMPhone.acceptCall();
|
H A D | UsimDataDownloadCommands.java.broken | 286 public void acceptCall(Message result) {
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCommandInterface.java | 175 public void acceptCall (Message result) { in acceptCall() method in ImsPhoneCommandInterface
|
H A D | ImsPhone.java | 554 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 D | Radio.cpp | 307 Return<void> Radio::acceptCall(int32_t /* serial */) { in acceptCall() function in android::hardware::radio::V1_2::implementation::Radio
|
H A D | Radio.h | 106 Return<void> acceptCall(int32_t serial) override;
|