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/sip/
DSipCommandInterface.java242 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
246 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
258 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java241 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
245 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
257 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java850 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() argument
855 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() argument
870 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
DSimulatedCommands.java1137 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
1138 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result); in sendSMS()
1151 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
1152 SimulatedCommandsVerifier.getInstance().sendSMSExpectMore(smscPDU, pdu, result); in sendSMSExpectMore()
2087 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() argument
2089 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,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1186 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() argument
1196 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() argument
1222 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument