Searched defs:smscPDU (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 239 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() 243 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() 255 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 238 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() 242 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() 254 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 1120 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() 1134 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() 2051 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms()
|
D | SimulatedCommandsVerifier.java | 837 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() 842 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() 857 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1176 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() 1186 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() 1212 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()
|