Searched refs:destinationAddress (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsManager.java54 * @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 o
76 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
128 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
161 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
[all...]
H A DSmsMessage.java242 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, destinationPor
241 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, byte[] header) argument
269 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
299 getSubmitPdu(String scAddress, String destinationAddress, short destinationPort, byte[] data, boolean statusReportRequested) argument
[all...]
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java275 * @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, argument
308 if (TextUtils.isEmpty(destinationAddress)) {
309 throw new IllegalArgumentException("Invalid destinationAddress");
319 destinationAddress,
336 String destinationAddress, String scAddress, String text,
338 sendTextMessageInternal(destinationAddress, scAddres
298 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
335 sendTextMessageWithoutPersisting( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
351 sendTextMessageWithSelfPermissions( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent, boolean persistMessage) argument
465 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
472 sendMultipartTextMessageInternal( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents, boolean persistMessageForCarrierApp) argument
515 sendMultipartTextMessageWithoutPersisting( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
552 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
579 sendDataMessageWithSelfPermissions( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
[all...]
H A DSmsMessage.java471 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);
470 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
498 getSubmitPdu(String scAddress, String destinationAddress, short destinationPort, byte[] data, boolean statusReportRequested) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java214 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, (byt
213 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, byte[] header) argument
235 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, byte[] header, int encoding, int languageTable, int languageShiftTable) argument
379 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
398 getSubmitPdu(String scAddress, String destinationAddress, int destinationPort, byte[] data, boolean statusReportRequested) argument
456 getSubmitPduHead( String scAddress, String destinationAddress, byte mtiByte, boolean statusReportRequested, SubmitPdu ret) argument
[all...]
H A DGsmSMSDispatcher.java220 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
225 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
229 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java188 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
207 SmsMessage.SubmitPdu submitPdu = SmsMessage.getSubmitPdu(destinationAddress,
210 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISms.aidl207 * @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/
H A DHdmiCecController.java468 private boolean sendPollMessage(int sourceAddress, int destinationAddress, int retryCount) { argument
475 if (nativeSendCecCommand(mNativePtr, sourceAddress, destinationAddress, EMPTY_BODY)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSMSDispatcher.java364 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
H A DSMSDispatcher.java923 protected abstract SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
1269 String destinationAddress = (String) map.get("destination");
1290 sendMultipartText(destinationAddress, scAddress, parts, sentIntents, deliveryIntents,

Completed in 928 milliseconds