Home
last modified time | relevance | path

Searched defs:smscPdu (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java720 String smscPdu = "smscPdu"; in testSendSMS() local
733 String smscPdu = "smscPdu"; in testSendSMSExpectMore() local
747 String smscPdu = "smscPdu"; in testWriteSmsToSim() local
924 String smscPdu = "smscPdu"; in testSendRetryImsGsmSms() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1628 private GsmSmsMessage constructGsmSendSmsRilRequest(String smscPdu, String pdu) { in constructGsmSendSmsRilRequest()
1636 public void sendSMS(String smscPdu, String pdu, Message result) { in sendSMS()
1658 public void sendSMSExpectMore(String smscPdu, String pdu, Message result) { in sendSMSExpectMore()
4062 public void sendImsGsmSms(String smscPdu, String pdu, int retry, int messageRef, in sendImsGsmSms()