Searched defs:smscPdu (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioMessagingProxy.java | 296 public void sendImsSms(int serial, String smscPdu, String gsmPdu, byte[] cdmaPdu, int retry, in sendImsSms() 340 public void sendSms(int serial, String smscPdu, String pdu) throws RemoteException { in sendSms() 360 public void sendSmsExpectMore(int serial, String smscPdu, String pdu) throws RemoteException { in sendSmsExpectMore()
|
D | RILUtils.java | 611 String smscPdu, String pdu) { in convertToHalGsmSmsMessage() 626 String smscPdu, String pdu) { in convertToHalGsmSmsMessageAidl()
|
D | RIL.java | 2077 public void sendSMS(String smscPdu, String pdu, Message result) { in sendSMS() 2116 public void sendSMSExpectMore(String smscPdu, String pdu, Message result) { in sendSMSExpectMore() 3916 public void sendImsGsmSms(String smscPdu, String pdu, int retry, int messageRef, in sendImsGsmSms()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 858 String smscPdu = "smscPdu"; in testSendSMS() local 876 String smscPdu = "smscPdu"; in testSendSMS_1_6() local 889 String smscPdu = "smscPdu"; in testSendSMSExpectMore() local 908 String smscPdu = "smscPdu"; in testSendSMSExpectMore_1_6() local 990 String smscPdu = "smscPdu"; in testWriteSmsToSim() local 1169 String smscPdu = "smscPdu"; in testSendRetryImsGsmSms() local
|