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.java231 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
235 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
243 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java232 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
236 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
244 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1096 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() argument
1106 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() argument
1125 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java827 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() argument
832 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() argument
842 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
DSimulatedCommands.java1085 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
1086 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result); in sendSMS()
1099 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
1953 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() argument
1955 SimulatedCommandsVerifier.getInstance().sendImsGsmSms(smscPDU, pdu, retry, messageRef, in sendImsGsmSms()
/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,