Home
last modified time | relevance | path

Searched defs: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()
221 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
229 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java216 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
220 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
228 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java350 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
354 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
362 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
/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()
1006 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
1714 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1268 constructGsmSendSmsRilRequest (RILRequest rr, String smscPDU, String pdu) { in constructGsmSendSmsRilRequest()
1275 sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
1288 sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
1352 sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()
DCommandsInterface.java1081 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1091 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1110 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()