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.java583 String smscPdu = "smscPdu"; in testSendSMS() local
596 String smscPdu = "smscPdu"; in testSendSMSExpectMore() local
610 String smscPdu = "smscPdu"; in testWriteSmsToSim() local
787 String smscPdu = "smscPdu"; in testSendRetryImsGsmSms() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1315 private GsmSmsMessage constructGsmSendSmsRilRequest(String smscPdu, String pdu) { in constructGsmSendSmsRilRequest()
1323 public void sendSMS(String smscPdu, String pdu, Message result) { in sendSMS()
1345 public void sendSMSExpectMore(String smscPdu, String pdu, Message result) { in sendSMSExpectMore()
3533 public void sendImsGsmSms(String smscPdu, String pdu, int retry, int messageRef, in sendImsGsmSms()