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.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/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/
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.java1305 constructGsmSendSmsRilRequest (RILRequest rr, String smscPDU, String pdu) { in constructGsmSendSmsRilRequest() argument
1307 rr.mParcel.writeString(smscPDU); in constructGsmSendSmsRilRequest()
1312 sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument
1316 constructGsmSendSmsRilRequest(rr, smscPDU, pdu); in sendSMS()
1325 sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
1329 constructGsmSendSmsRilRequest(rr, smscPDU, pdu); in sendSMSExpectMore()
1389 sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
1397 constructGsmSendSmsRilRequest(rr, smscPDU, pdu); 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/test/
DSimulatedCommands.java995 public void sendSMS (String smscPDU, String pdu, Message result) {unimplemented(result);} in sendSMS() argument
1006 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument
1714 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() argument