Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java216 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
220 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
228 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java217 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
221 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
229 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1081 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() argument
1091 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() argument
1110 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
DRIL.java1418 constructGsmSendSmsRilRequest (RILRequest rr, String smscPDU, String pdu) { in constructGsmSendSmsRilRequest() argument
1420 rr.mParcel.writeString(smscPDU); in constructGsmSendSmsRilRequest()
1425 sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
1429 constructGsmSendSmsRilRequest(rr, smscPDU, pdu); in sendSMS()
1440 sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
1444 constructGsmSendSmsRilRequest(rr, smscPDU, pdu); in sendSMSExpectMore()
1508 sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
1516 constructGsmSendSmsRilRequest(rr, smscPDU, pdu); in sendImsGsmSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java810 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() argument
815 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() argument
825 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
DSimulatedCommands.java1034 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
1035 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result); in sendSMS()
1048 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
1869 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() argument
1871 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,