Searched defs:acknowledgeIncomingGsmSmsWithPdu (Results 1 – 9 of 9) sorted by relevance
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_sms.cpp | 102 TEST_P(RadioHidlTest, acknowledgeIncomingGsmSmsWithPdu) { in TEST_P() argument
|
/aosp12/hardware/interfaces/radio/1.2/default/ |
H A D | Radio.cpp | 626 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 D | ImsPhoneCommandInterface.java | 316 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 D | SipCommandInterface.java | 317 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 D | SimulatedCommands.java | 1346 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in SimulatedCommands
|
H A D | SimulatedCommandsVerifier.java | 916 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 D | CommandsInterface.java | 1320 void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response); in acknowledgeIncomingGsmSmsWithPdu() method
|
H A D | RIL.java | 4270 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message result) { in acknowledgeIncomingGsmSmsWithPdu() method in RIL
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 1962 Return<void> RadioImpl::acknowledgeIncomingGsmSmsWithPdu(int32_t serial, bool success, in acknowledgeIncomingGsmSmsWithPdu() function in RadioImpl
|