Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_sms.cpp398 TEST_P(RadioHidlTest, deleteSmsOnRuim) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp580 Return<void> Radio::deleteSmsOnRuim(int32_t /* serial */, int32_t /* index */) { in deleteSmsOnRuim() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java275 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java276 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1164 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java886 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1252 void deleteSmsOnRuim(int index, Message response); in deleteSmsOnRuim() method
H A DRIL.java4124 public void deleteSmsOnRuim(int index, Message result) { in deleteSmsOnRuim() method in RIL
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1887 Return<void> RadioImpl::deleteSmsOnRuim(int32_t serial, int32_t index) { in deleteSmsOnRuim() function in RadioImpl