Searched refs:smscPdu (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 753 String smscPdu = "smscPdu"; in testSendSMS() local 756 msg.smscPdu = smscPdu; in testSendSMS() 758 mRILUnderTest.sendSMS(smscPdu, pdu, obtainMessage()); in testSendSMS() 771 String smscPdu = "smscPdu"; in testSendSMS_1_6() local 774 msg.smscPdu = smscPdu; in testSendSMS_1_6() 776 mRILUnderTest.sendSMS(smscPdu, pdu, obtainMessage()); in testSendSMS_1_6() 784 String smscPdu = "smscPdu"; in testSendSMSExpectMore() local 787 msg.smscPdu = smscPdu; in testSendSMSExpectMore() 789 mRILUnderTest.sendSMSExpectMore(smscPdu, pdu, obtainMessage()); in testSendSMSExpectMore() 803 String smscPdu = "smscPdu"; in testSendSMSExpectMore_1_6() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 1685 private GsmSmsMessage constructGsmSendSmsRilRequest(String smscPdu, String pdu) { in constructGsmSendSmsRilRequest() argument 1687 msg.smscPdu = smscPdu == null ? "" : smscPdu; in constructGsmSendSmsRilRequest() 1693 public void sendSMS(String smscPdu, String pdu, Message result) { in sendSMS() argument 1702 GsmSmsMessage msg = constructGsmSendSmsRilRequest(smscPdu, pdu); in sendSMS() 1746 public void sendSMSExpectMore(String smscPdu, String pdu, Message result) { in sendSMSExpectMore() argument 1755 GsmSmsMessage msg = constructGsmSendSmsRilRequest(smscPdu, pdu); in sendSMSExpectMore() 4368 public void sendImsGsmSms(String smscPdu, String pdu, int retry, int messageRef, in sendImsGsmSms() argument 4383 GsmSmsMessage gsmMsg = constructGsmSendSmsRilRequest(smscPdu, pdu); in sendImsGsmSms()
|