Home
last modified time | relevance | path

Searched refs:smscPDU (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java238 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
242 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
254 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java239 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
243 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
255 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1176 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() argument
1186 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() argument
1212 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken350 public void sendSMS(String smscPDU, String pdu, Message response) {
354 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) {
362 public void sendImsGsmSms (String smscPDU, String pdu,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java837 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() argument
842 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() argument
857 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
DSimulatedCommands.java1120 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
1121 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result); in sendSMS()
1134 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
2051 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() argument
2053 SimulatedCommandsVerifier.getInstance().sendImsGsmSms(smscPDU, pdu, retry, messageRef, in sendImsGsmSms()