Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_sms.cpp292 TEST_P(RadioHidlTest, writeSmsToSim) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp407 Return<void> Radio::writeSmsToSim( in writeSmsToSim() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java279 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java280 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1170 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java891 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1268 void writeSmsToSim(int status, String smsc, String pdu, Message response); in writeSmsToSim() method
H A DRIL.java3038 public void writeSmsToSim(int status, String smsc, String pdu, Message result) { in writeSmsToSim() method in RIL
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1484 Return<void> RadioImpl::writeSmsToSim(int32_t serial, const SmsWriteArgs& smsWriteArgs) { in writeSmsToSim() function in RadioImpl