HomeSort by relevance Sort by last modified time
    Searched refs:destinationAddress (Results 1 - 19 of 19) sorted by null

  /frameworks/base/telephony/java/android/telephony/gsm/
SmsManager.java 54 * @param destinationAddress the address to send the message to
72 * @throws IllegalArgumentException if destinationAddress or text are empty
77 String destinationAddress, String scAddress, String text,
79 mSmsMgrProxy.sendTextMessage(destinationAddress, scAddress, text,
102 * @param destinationAddress the address to send the message to
124 * @throws IllegalArgumentException if destinationAddress or data are empty
129 String destinationAddress, String scAddress, ArrayList<String> parts,
131 mSmsMgrProxy.sendMultipartTextMessage(destinationAddress, scAddress, parts,
138 * @param destinationAddress the address to send the message to
157 * @throws IllegalArgumentException if destinationAddress or data are empt
    [all...]
SmsMessage.java 246 String destinationAddress, String message,
253 destinationAddress, message, statusReportRequested,
257 destinationAddress, message, statusReportRequested, header);
274 String destinationAddress, String message, boolean statusReportRequested) {
280 destinationAddress, message, statusReportRequested, null);
283 destinationAddress, message, statusReportRequested);
293 * @param destinationAddress the address of the destination for the message
304 String destinationAddress, short destinationPort, byte[] data,
311 destinationAddress, destinationPort, data, statusReportRequested);
314 destinationAddress, destinationPort, data, statusReportRequested)
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SmsManager.java 50 * @param destinationAddress the address to send the message to
71 * @throws IllegalArgumentException if destinationAddress or text are empty
74 String destinationAddress, String scAddress, String text,
76 if (TextUtils.isEmpty(destinationAddress)) {
77 throw new IllegalArgumentException("Invalid destinationAddress");
87 iccISms.sendText(destinationAddress, scAddress, text, sentIntent, deliveryIntent);
111 * @param destinationAddress the address to send the message to
136 * @throws IllegalArgumentException if destinationAddress or data are empty
139 String destinationAddress, String scAddress, ArrayList<String> parts,
141 if (TextUtils.isEmpty(destinationAddress)) {
    [all...]
SmsMessage.java 398 String destinationAddress, String message, boolean statusReportRequested) {
404 destinationAddress, message, statusReportRequested, null);
407 destinationAddress, message, statusReportRequested);
418 * @param destinationAddress the address of the destination for the message
427 String destinationAddress, short destinationPort, byte[] data,
434 destinationAddress, destinationPort, data, statusReportRequested);
437 destinationAddress, destinationPort, data, statusReportRequested);
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.aidl 124 * @param destinationAddress the address to send the message to
143 void sendMultipartText(in String destinationAddress, in String scAddress,
SMSDispatcher.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 213 String destinationAddress, String message,
215 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header,
234 String destinationAddress, String message,
239 if (message == null || destinationAddress == null) {
275 scAddress, destinationAddress, mtiByte,
377 String destinationAddress, String message,
380 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null);
387 * @param destinationAddress the address of the destination for the message
396 String destinationAddress, int destinationPort, byte[] data,
417 scAddress, destinationAddress, (byte) 0x41, // MTI = SMS-SUBMIT
    [all...]
GsmSMSDispatcher.java 271 protected void sendNewSubmitPdu(String destinationAddress, String scAddress,
274 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 354 String scAddress = null, destinationAddress = null;
360 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
369 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
381 destinationAddress = "18004664411";
385 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
388 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, (short)80,
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 272 protected void sendNewSubmitPdu(String destinationAddress, String scAddress,
289 SmsMessage.SubmitPdu submitPdu = SmsMessage.getSubmitPdu(destinationAddress,
  /libcore/luni/src/main/java/java/net/
InetAddress.java 693 final InetAddress destinationAddress = this;
700 if (isReachable(destinationAddress, sourceAddress, timeout)) {
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 79 milliseconds