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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java219 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.java220 public void sendSMS (String smscPDU, String pdu, Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1084 void sendSMS (String smscPDU, String pdu, Message response); method in interface:CommandsInterface
1087 * Send an SMS message, Identical to sendSMS,
H A DRIL.java1431 sendSMS (String smscPDU, String pdu, Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1034 public void sendSMS (String smscPDU, String pdu, Message result) { method in class:SimulatedCommands
1035 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result);
1040 * Send an SMS message, Identical to sendSMS,
H A DSimulatedCommandsVerifier.java813 public void sendSMS(String smscPDU, String pdu, Message response) { method in class:SimulatedCommandsVerifier

Completed in 241 milliseconds