Searched refs: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() argument 218 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument 230 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 827 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() argument 832 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() argument 847 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
|
D | SimulatedCommands.java | 1068 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument 1069 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result); in sendSMS() 1082 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument 1083 SimulatedCommandsVerifier.getInstance().sendSMSExpectMore(smscPDU, pdu, result); in sendSMSExpectMore() 2057 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() argument 2059 SimulatedCommandsVerifier.getInstance().sendImsGsmSms(smscPDU, pdu, retry, 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() argument 1168 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() argument 1194 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
|