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

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSmsManager.java 27 String destinationAddress, String scAddress, String text,
30 if (TextUtils.isEmpty(destinationAddress))
31 throw new IllegalArgumentException("Invalid destinationAddress");
37 destinationAddress,
53 private String destinationAddress;
60 String destinationAddress, String scAddress, String text,
62 this.destinationAddress = destinationAddress;
70 return destinationAddress;
  /frameworks/opt/telephony/src/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 242 String destinationAddress, String message,
249 destinationAddress, message, statusReportRequested,
253 destinationAddress, message, statusReportRequested, header);
270 String destinationAddress, String message, boolean statusReportRequested) {
276 destinationAddress, message, statusReportRequested, null);
279 destinationAddress, message, statusReportRequested);
289 * @param destinationAddress the address of the destination for the message
300 String destinationAddress, short destinationPort, byte[] data,
307 destinationAddress, destinationPort, data, statusReportRequested);
310 destinationAddress, destinationPort, data, statusReportRequested)
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java 51 * @param destinationAddress the address to send the message to
72 * @throws IllegalArgumentException if destinationAddress or text are empty
75 String destinationAddress, String scAddress, String text,
77 if (TextUtils.isEmpty(destinationAddress)) {
78 throw new IllegalArgumentException("Invalid destinationAddress");
88 iccISms.sendText(ActivityThread.currentPackageName(), destinationAddress,
118 * @param destinationAddress the address to send the message to
143 * @throws IllegalArgumentException if destinationAddress or data are empty
146 String destinationAddress, String scAddress, ArrayList<String> parts,
148 if (TextUtils.isEmpty(destinationAddress)) {
    [all...]
SmsMessage.java 399 String destinationAddress, String message, boolean statusReportRequested) {
405 destinationAddress, message, statusReportRequested, null);
408 destinationAddress, message, statusReportRequested);
419 * @param destinationAddress the address of the destination for the message
428 String destinationAddress, short destinationPort, byte[] data,
435 destinationAddress, destinationPort, data, statusReportRequested);
438 destinationAddress, destinationPort, data, statusReportRequested);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 219 String scAddress = null, destinationAddress = null;
225 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
234 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
246 destinationAddress = "18004664411";
250 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
253 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, (short)80,
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.aidl 124 * @param destinationAddress the address to send the message to
143 void sendMultipartText(String callingPkg, in String destinationAddress, in String scAddress,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 206 String destinationAddress, String message,
208 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header,
228 String destinationAddress, String message,
233 if (message == null || destinationAddress == null) {
270 scAddress, destinationAddress, mtiByte,
372 String destinationAddress, String message,
375 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null);
382 * @param destinationAddress the address of the destination for the message
391 String destinationAddress, int destinationPort, byte[] data,
412 scAddress, destinationAddress, (byte) 0x41, // MTI = SMS-SUBMIT
    [all...]
GsmSMSDispatcher.java 275 protected void sendNewSubmitPdu(String destinationAddress, String scAddress,
278 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
283 destinationAddress);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 313 protected void sendNewSubmitPdu(String destinationAddress, String scAddress,
330 SmsMessage.SubmitPdu submitPdu = SmsMessage.getSubmitPdu(destinationAddress,
333 sendSubmitPdu(submitPdu, sentIntent, deliveryIntent, destinationAddress);
  /libcore/luni/src/main/java/java/net/
InetAddress.java 692 final InetAddress destinationAddress = this;
699 if (isReachable(destinationAddress, sourceAddress, timeout)) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 3534 milliseconds