Home
last modified time | relevance | path

Searched defs:acknowledgeIncomingGsmSmsWithPdu (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_sms.cpp102 TEST_P(RadioHidlTest, acknowledgeIncomingGsmSmsWithPdu) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp626 Return<void> Radio::acknowledgeIncomingGsmSmsWithPdu(int32_t /* serial */, bool /* success */, in acknowledgeIncomingGsmSmsWithPdu() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java316 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java317 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1346 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java916 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response) { in acknowledgeIncomingGsmSmsWithPdu() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1320 void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response); in acknowledgeIncomingGsmSmsWithPdu() method
H A DRIL.java4270 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message result) { in acknowledgeIncomingGsmSmsWithPdu() method in RIL
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1962 Return<void> RadioImpl::acknowledgeIncomingGsmSmsWithPdu(int32_t serial, bool success, in acknowledgeIncomingGsmSmsWithPdu() function in RadioImpl