Searched defs:smscPDU (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 214 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() 218 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() 230 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 1068 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() 1082 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() 2057 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() 847 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 | 1158 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() 1168 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() 1194 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms()
|