Searched defs:sendSMS (Results 1 - 5 of 5) 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/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.java1313 sendSMS (String smscPDU, String pdu, Message result) { method in class:RIL

Completed in 37 milliseconds