Home
last modified time | relevance | path

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

/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
574 void acceptCall() throws CallStateException { in acceptCall() method in SipPhone.SipCall
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/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_voice.cpp341 TEST_P(RadioHidlTest, acceptCall) { in TEST_P() argument
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl57 boolean acceptCall(in BluetoothDevice device, int flag, in AttributionSource attributionSource); in acceptCall() method
/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
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
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java846 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in BluetoothHeadsetClient
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java587 public void acceptCall() throws CallStateException { in acceptCall() method in GsmCdmaCallTracker
H A DPhoneInternalInterface.java366 void acceptCall(int videoState) throws CallStateException; in acceptCall() method
H A DGsmCdmaPhone.java906 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in GsmCdmaPhone
H A DCommandsInterface.java1052 void acceptCall (Message result); in acceptCall() method
H A DRIL.java2382 public void acceptCall(Message result) { in acceptCall() method in RIL
/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
/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
H A DImsPhoneCallTracker.java1720 public void acceptCall(int videoState) throws CallStateException { in acceptCall() method in ImsPhoneCallTracker
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java842 public void acceptCall (Message result) { in acceptCall() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java770 public void acceptCall(Message result) { in acceptCall() method in SimulatedCommandsVerifier
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1249 Return<void> RadioImpl::acceptCall(int32_t serial) { in acceptCall() function in RadioImpl