Searched defs:smscPDU (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCommandInterface.java | 241 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 D | SipCommandInterface.java | 242 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 D | SimulatedCommands.java | 1138 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 D | SimulatedCommandsVerifier.java | 850 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 D | CommandsInterface.java | 1186 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()
|