Searched refs:destinationAddress (Results 1 - 9 of 9) 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.java51 * @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)) {
74 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
145 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
207 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
[all...]
H A DSmsMessage.java399 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);
398 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
427 getSubmitPdu(String scAddress, String destinationAddress, short destinationPort, byte[] data, boolean statusReportRequested) argument
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISms.aidl124 * @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/
H A DSmsMessage.java206 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, (byt
205 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, byte[] header) argument
227 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, byte[] header, int encoding, int languageTable, int languageShiftTable) argument
371 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
390 getSubmitPdu(String scAddress, String destinationAddress, int destinationPort, byte[] data, boolean statusReportRequested) argument
448 getSubmitPduHead( String scAddress, String destinationAddress, byte mtiByte, boolean statusReportRequested, SubmitPdu ret) argument
[all...]
H A DGsmSMSDispatcher.java275 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
278 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
283 destinationAddress);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java313 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
330 SmsMessage.SubmitPdu submitPdu = SmsMessage.getSubmitPdu(destinationAddress,
333 sendSubmitPdu(submitPdu, sentIntent, deliveryIntent, destinationAddress);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java910 protected abstract void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
1260 String destinationAddress = (String) map.get("destination");
1280 sendMultipartText(destinationAddress, scAddress, parts, sentIntents, deliveryIntents);

Completed in 98 milliseconds