Home
last modified time | relevance | path

Searched defs:smscPDU (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java241 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
245 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
257 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java242 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
246 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
258 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1138 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
1152 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
2088 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms()
H A DSimulatedCommandsVerifier.java850 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
855 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
870 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1186 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1196 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1222 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()