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.java219 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
223 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
231 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java220 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
224 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
232 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1088 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() argument
1098 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() argument
1117 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java813 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() argument
818 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() argument
828 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
DSimulatedCommands.java1042 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
1043 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result); in sendSMS()
1056 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
1865 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() argument
1867 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,