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.java232 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
236 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
244 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java231 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
235 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
243 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1095 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
1109 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
1972 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms()
DSimulatedCommandsVerifier.java827 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
832 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
842 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1136 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1146 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1165 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()