/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 242 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument 246 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument 258 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 241 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument 245 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument 257 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 850 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() argument 855 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() argument 870 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
|
D | SimulatedCommands.java | 1137 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() argument 1138 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result); in sendSMS() 1151 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() argument 1152 SimulatedCommandsVerifier.getInstance().sendSMSExpectMore(smscPDU, pdu, result); in sendSMSExpectMore() 2087 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() argument 2089 SimulatedCommandsVerifier.getInstance().sendImsGsmSms(smscPDU, pdu, retry, messageRef, in sendImsGsmSms()
|
/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/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1186 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() argument 1196 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() argument 1222 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
|