Home
last modified time | relevance | path

Searched defs:sendSMS (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java239 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java238 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1120 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() method in SimulatedCommands
DSimulatedCommandsVerifier.java837 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1176 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() method
DRIL.java1636 public void sendSMS(String smscPdu, String pdu, Message result) { in sendSMS() method in RIL