/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 | 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...] |
SmsMessage.java | 410 String destinationAddress, String message, boolean statusReportRequested) { 415 destinationAddress, message, statusReportRequested, null); 418 destinationAddress, message, statusReportRequested); 429 * @param destinationAddress the address of the destination for the message 438 String destinationAddress, short destinationPort, byte[] data, 444 destinationAddress, destinationPort, data, statusReportRequested); 447 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,
|
/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/cdma/ |
CdmaSMSDispatcher.java | 133 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, 150 SmsMessage.SubmitPdu submitPdu = SmsMessage.getSubmitPdu(destinationAddress, 153 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
SmsMessage.java | 209 String destinationAddress, String message, 211 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header, 231 String destinationAddress, String message, 236 if (message == null || destinationAddress == null) { 273 scAddress, destinationAddress, mtiByte, 375 String destinationAddress, String message, 378 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null); 385 * @param destinationAddress the address of the destination for the message 394 String destinationAddress, int destinationPort, byte[] data, 415 scAddress, destinationAddress, (byte) 0x41, // MTI = SMS-SUBMIT [all...] |
GsmSMSDispatcher.java | 192 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, 195 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, 199 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
|
/libcore/luni/src/main/java/java/net/ |
InetAddress.java | 691 final InetAddress destinationAddress = this; 698 if (isReachable(destinationAddress, sourceAddress, timeout)) { [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
ImsSMSDispatcher.java | 309 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, String message,
|
SMSDispatcher.java | 611 protected abstract void sendNewSubmitPdu(String destinationAddress, String scAddress, [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/19/ |
android.jar | |
/prebuilts/sdk/4/ |
android.jar | |
/prebuilts/sdk/5/ |
android.jar | |
/prebuilts/sdk/6/ |
android.jar | |
/prebuilts/sdk/7/ |
android.jar | |