/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() argument 242 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument 254 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
|
/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() argument 243 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument 255 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1176 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() argument 1186 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() argument 1212 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 350 public void sendSMS(String smscPDU, String pdu, Message response) { 354 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { 362 public void sendImsGsmSms (String smscPDU, String pdu,
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 837 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() argument 842 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() argument 857 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
|
D | SimulatedCommands.java | 1120 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument 1121 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result); in sendSMS() 1134 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument 2051 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() argument 2053 SimulatedCommandsVerifier.getInstance().sendImsGsmSms(smscPDU, pdu, retry, messageRef, in sendImsGsmSms()
|