Searched defs: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/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java133 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
150 SmsMessage.SubmitPdu submitPdu = SmsMessage.getSubmitPdu(destinationAddress,
153 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java64 * @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)) {
87 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
167 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
232 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
[all...]
H A DSmsMessage.java410 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);
409 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
437 getSubmitPdu(String scAddress, String destinationAddress, short destinationPort, byte[] data, boolean statusReportRequested) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSMSDispatcher.java309 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, String message, argument
H A DSMSDispatcher.java611 protected abstract void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
970 String destinationAddress = (String) map.get("destination");
991 sendMultipartText(destinationAddress, scAddress, parts, sentIntents, deliveryIntents);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java192 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
195 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
199 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
H A DSmsMessage.java209 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, (byt
208 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, byte[] header) argument
230 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, byte[] header, int encoding, int languageTable, int languageShiftTable) argument
374 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
393 getSubmitPdu(String scAddress, String destinationAddress, int destinationPort, byte[] data, boolean statusReportRequested) argument
451 getSubmitPduHead( String scAddress, String destinationAddress, byte mtiByte, boolean statusReportRequested, SubmitPdu ret) argument
[all...]

Completed in 525 milliseconds