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

1 2 3 4 5 6

  /external/robolectric/v1/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...]
  /cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
Ipv4Packet.java 38 Inet4Address destinationAddress;
61 destinationAddress = (Inet4Address) Inet4Address.getByAddress(address);
110 stream.write(destinationAddress.getAddress(), 0, 4);
136 out.append("\n Destination: ").append(destinationAddress.getHostAddress());
PingReflector.java 82 packet.sourceAddress = packet.destinationAddress;
83 packet.destinationAddress = tmp;
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java 275 * @param destinationAddress the address to send the message to
296 * @throws IllegalArgumentException if destinationAddress or text are empty
299 String destinationAddress, String scAddress, String text,
301 sendTextMessageInternal(destinationAddress, scAddress, text,
305 private void sendTextMessageInternal(String destinationAddress, String scAddress,
308 if (TextUtils.isEmpty(destinationAddress)) {
309 throw new IllegalArgumentException("Invalid destinationAddress");
319 destinationAddress,
336 String destinationAddress, String scAddress, String text,
338 sendTextMessageInternal(destinationAddress, scAddress, text
    [all...]
SmsMessage.java 471 String destinationAddress, String message, boolean statusReportRequested) {
476 destinationAddress, message, statusReportRequested, null);
479 destinationAddress, message, statusReportRequested);
490 * @param destinationAddress the address of the destination for the message
499 String destinationAddress, short destinationPort, byte[] data,
505 destinationAddress, destinationPort, data, statusReportRequested);
508 destinationAddress, destinationPort, data, statusReportRequested);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 228 String scAddress = null, destinationAddress = null;
234 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
243 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
255 destinationAddress = "18004664411";
259 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
262 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, (short)80,
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 489 String destinationAddress;
504 destinationAddress = PhoneNumberUtils.stripSeparators(address);
505 if(destinationAddress == null || destinationAddress.length() < 2) {
506 destinationAddress = "12"; // Ensure we add a number at least 2 digits as specified in the GSM spec.
510 data = SmsMessage.getSubmitPdu(null, destinationAddress, smsFragments.get(0), false).encodedMessage;
544 data = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(null, destinationAddress,
557 data = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(destinationAddress,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 214 String destinationAddress, String message,
216 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header,
236 String destinationAddress, String message,
241 if (message == null || destinationAddress == null) {
278 scAddress, destinationAddress, mtiByte,
380 String destinationAddress, String message,
383 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null);
390 * @param destinationAddress the address of the destination for the message
399 String destinationAddress, int destinationPort, byte[] data,
420 scAddress, destinationAddress, (byte) 0x41, // MTI = SMS-SUBMIT
    [all...]
GsmSMSDispatcher.java 220 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress,
225 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
229 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 188 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress,
207 SmsMessage.SubmitPdu submitPdu = SmsMessage.getSubmitPdu(destinationAddress,
210 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.aidl 207 * @param destinationAddress the address to send the message to
232 in String destinationAddress, in String scAddress,
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecController.java 468 private boolean sendPollMessage(int sourceAddress, int destinationAddress, int retryCount) {
475 if (nativeSendCecCommand(mNativePtr, sourceAddress, destinationAddress, EMPTY_BODY)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ImsSMSDispatcher.java 363 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress,
SMSDispatcher.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.4_r1-robolectric-1.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 368 milliseconds

1 2 3 4 5 6