Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_sms.cpp320 TEST_P(RadioHidlTest, deleteSmsOnSim) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp414 Return<void> Radio::deleteSmsOnSim(int32_t /* serial */, int32_t /* index */) { in deleteSmsOnSim() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java271 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java272 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1158 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java881 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1243 void deleteSmsOnSim(int index, Message response); in deleteSmsOnSim() method
H A DRIL.java3065 public void deleteSmsOnSim(int index, Message result) { in deleteSmsOnSim() method in RIL
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1512 Return<void> RadioImpl::deleteSmsOnSim(int32_t serial, int32_t index) { in deleteSmsOnSim() function in RadioImpl