Searched defs:smscPDU (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 232 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() 236 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() 244 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 231 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() 235 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() 243 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 1095 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() 1109 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() 1972 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms()
|
D | SimulatedCommandsVerifier.java | 827 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() 832 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() 842 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 | 1136 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() 1146 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() 1165 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()
|