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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java216 public void sendSMS (String smscPDU, String pdu, Message result) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java217 public void sendSMS (String smscPDU, String pdu, Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java350 public void sendSMS(String smscPDU, String pdu, Message response) { method in class:UsimDataDownloadCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java995 public void sendSMS (String smscPDU, String pdu, Message result) {unimplemented(result);} method in class:SimulatedCommands
998 * Send an SMS message, Identical to sendSMS,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1081 void sendSMS (String smscPDU, String pdu, Message response); method in interface:CommandsInterface
1084 * Send an SMS message, Identical to sendSMS,
H A DRIL.java1275 sendSMS (String smscPDU, String pdu, Message result) { method in class:RIL

Completed in 89 milliseconds