Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java214 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
218 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
230 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
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
847 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
DSimulatedCommands.java1068 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
1069 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result); in sendSMS()
1082 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
1083 SimulatedCommandsVerifier.getInstance().sendSMSExpectMore(smscPDU, pdu, result); in sendSMSExpectMore()
2057 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() argument
2059 SimulatedCommandsVerifier.getInstance().sendImsGsmSms(smscPDU, pdu, retry, messageRef, in sendImsGsmSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1158 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() argument
1168 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() argument
1194 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument