Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java753 String smscPdu = "smscPdu"; in testSendSMS() local
771 String smscPdu = "smscPdu"; in testSendSMS_1_6() local
784 String smscPdu = "smscPdu"; in testSendSMSExpectMore() local
803 String smscPdu = "smscPdu"; in testSendSMSExpectMore_1_6() local
885 String smscPdu = "smscPdu"; in testWriteSmsToSim() local
1062 String smscPdu = "smscPdu"; in testSendRetryImsGsmSms() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1688 private GsmSmsMessage constructGsmSendSmsRilRequest(String smscPdu, String pdu) { in constructGsmSendSmsRilRequest()
1696 public void sendSMS(String smscPdu, String pdu, Message result) { in sendSMS()
1749 public void sendSMSExpectMore(String smscPdu, String pdu, Message result) { in sendSMSExpectMore()
4411 public void sendImsGsmSms(String smscPdu, String pdu, int retry, int messageRef, in sendImsGsmSms()