Home
last modified time | relevance | path

Searched defs:smscPDU (Results 1 – 5 of 5) 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()
243 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
255 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java238 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
242 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
254 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1120 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
1134 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
2051 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms()
DSimulatedCommandsVerifier.java837 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
842 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
857 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1176 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1186 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1212 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()