HomeSort by relevance Sort by last modified time
    Searched defs:destinationAddress (Results 1 - 22 of 22) 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/
SmsManager.java 64 * @param destinationAddress the address to send the message to
85 * @throws IllegalArgumentException if destinationAddress or text are empty
88 String destinationAddress, String scAddress, String text,
90 if (TextUtils.isEmpty(destinationAddress)) {
91 throw new IllegalArgumentException("Invalid destinationAddress");
101 iccISms.sendText(ActivityThread.currentPackageName(), destinationAddress,
140 * @param destinationAddress the address to send the message to
165 * @throws IllegalArgumentException if destinationAddress or data are empty
168 String destinationAddress, String scAddress, ArrayList<String> parts,
170 if (TextUtils.isEmpty(destinationAddress)) {
    [all...]
  /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,
  /libcore/luni/src/main/java/java/net/
InetAddress.java 691 final InetAddress destinationAddress = this;
698 if (isReachable(destinationAddress, sourceAddress, timeout)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 478 String destinationAddress;
493 destinationAddress = PhoneNumberUtils.stripSeparators(address);
494 if(destinationAddress == null || destinationAddress.length() < 2) {
495 destinationAddress = "12"; // Ensure we add a number at least 2 digits as specified in the GSM spec.
499 data = SmsMessage.getSubmitPdu(null, destinationAddress, smsFragments.get(0), false).encodedMessage;
533 data = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(null, destinationAddress,
546 data = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(destinationAddress,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 611 protected abstract void sendNewSubmitPdu(String destinationAddress, String scAddress,
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
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/sdk/current/
android.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 

Completed in 702 milliseconds