Searched refs:scAddress (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsManager.java55 * @param scAddress is the service center address or null to use
77 String destinationAddress, String scAddress, String text,
79 mSmsMgrProxy.sendTextMessage(destinationAddress, scAddress, text,
103 * @param scAddress is the service center address or null to use
129 String destinationAddress, String scAddress, ArrayList<String> parts,
131 mSmsMgrProxy.sendMultipartTextMessage(destinationAddress, scAddress, parts,
139 * @param scAddress is the service center address or null to use
162 String destinationAddress, String scAddress, short destinationPort,
164 mSmsMgrProxy.sendDataMessage(destinationAddress, scAddress, destinationPort,
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
H A DSmsMessage.java233 * @param scAddress Service Centre address. Null means use default.
241 public static SubmitPdu getSubmitPdu(String scAddress, argument
248 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
252 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
262 * @param scAddress Service Centre address. Null means use default.
269 public static SubmitPdu getSubmitPdu(String scAddress, argument
275 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
278 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
288 * @param scAddress Service Centre address. null == use default
299 public static SubmitPdu getSubmitPdu(String scAddress, argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java288 * @param scAddress is the service center address or null to use
311 String destinationAddress, String scAddress, String text,
313 sendTextMessageInternal(destinationAddress, scAddress, text, sentIntent, deliveryIntent,
317 private void sendTextMessageInternal(String destinationAddress, String scAddress, argument
332 scAddress, text, sentIntent, deliveryIntent,
362 String destinationAddress, String scAddress, String text,
364 sendTextMessageInternal(destinationAddress, scAddress, text, sentIntent, deliveryIntent,
378 String destinationAddress, String scAddress, String text,
393 scAddress, text, sentIntent, deliveryIntent, persistMessage);
403 * @param scAddress i
310 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
361 sendTextMessageWithoutPersisting( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
377 sendTextMessageWithSelfPermissions( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent, boolean persistMessage) argument
443 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent, int priority, boolean expectMore, int validityPeriod) argument
451 sendTextMessageInternal( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent, boolean persistMessage, int priority, boolean expectMore, int validityPeriod) argument
496 sendTextMessageWithoutPersisting( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent, int priority, boolean expectMore, int validityPeriod) argument
600 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
607 sendMultipartTextMessageInternal( String destinationAddress, String scAddress, List<String> parts, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents, boolean persistMessage) argument
655 sendMultipartTextMessageWithoutPersisting( String destinationAddress, String scAddress, List<String> parts, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents) argument
721 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents, int priority, boolean expectMore, int validityPeriod) argument
729 sendMultipartTextMessageInternal( String destinationAddress, String scAddress, List<String> parts, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents, boolean persistMessage, int priority, boolean expectMore, int validityPeriod) argument
787 sendMultipartTextMessageWithoutPersisting( String destinationAddress, String scAddress, List<String> parts, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents, int priority, boolean expectMore, int validityPeriod) argument
826 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
853 sendDataMessageWithSelfPermissions( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
1824 sendStoredTextMessage(Uri messageUri, String scAddress, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
1872 sendStoredMultipartTextMessage(Uri messageUri, String scAddress, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
[all...]
H A DSmsMessage.java497 * @param scAddress Service Centre address. Null means use default.
502 public static SubmitPdu getSubmitPdu(String scAddress, argument
504 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested,
512 * @param scAddress Service Centre address. Null means use default.
522 public static SubmitPdu getSubmitPdu(String scAddress, argument
526 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
529 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
540 * @param scAddress Service Centre address. null == use default
549 public static SubmitPdu getSubmitPdu(String scAddress, argument
555 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISms.aidl259 * @param scAddress is the service center address or null to use
283 in String destinationAddress, in String scAddress,
292 * @param scAddress is the service center address or null to use
332 in String destinationAddress, in String scAddress, in List<String> parts,
494 * @param scAddress is the service center address or null to use the current default SMSC
512 void sendStoredText(int subId, String callingPkg, in Uri messageUri, String scAddress,
526 * @param scAddress is the service center address or null to use
549 String scAddress, in List<PendingIntent> sentIntents,
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java258 * @param scAddress Service Centre address. Null means use default.
264 public static SubmitPdu getSubmitPdu(String scAddress, argument
267 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header,
276 * @param scAddress Service Centre address. Null means use default.
286 public static SubmitPdu getSubmitPdu(String scAddress, argument
290 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested,
298 * @param scAddress Service Centre address. Null means use default.
309 public static SubmitPdu getSubmitPdu(String scAddress, argument
363 scAddress, destinationAddress, mtiByte,
467 * @param scAddress Servic
472 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
490 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, int validityPeriod) argument
509 getSubmitPdu(String scAddress, String destinationAddress, int destinationPort, byte[] data, boolean statusReportRequested) argument
570 getSubmitPduHead( String scAddress, String destinationAddress, byte mtiByte, boolean statusReportRequested, SubmitPdu ret) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccSmsController.java384 public void sendStoredText(int subId, String callingPkg, Uri messageUri, String scAddress, argument
388 iccSmsIntMgr.sendStoredText(callingPkg, messageUri, scAddress, sentIntent,
398 String scAddress, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents)
402 iccSmsIntMgr.sendStoredMultipartText(callingPkg, messageUri, scAddress, sentIntents,
397 sendStoredMultipartText(int subId, String callingPkg, Uri messageUri, String scAddress, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents) argument
H A DIccSmsInterfaceManager.java1073 public void sendStoredText(String callingPkg, Uri messageUri, String scAddress, argument
1079 log("sendStoredText: scAddr=" + scAddress + " messageUri=" + messageUri
1095 mDispatchersController.sendText(textAndAddress[1], scAddress, textAndAddress[0],
1101 public void sendStoredMultipartText(String callingPkg, Uri messageUri, String scAddress, argument
1149 mDispatchersController.sendText(textAndAddress[1], scAddress, singlePart,
1160 scAddress,
H A DSMSDispatcher.java1051 private SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
1076 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
1085 com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
1090 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
1424 String scAddress = (String) map.get("scaddress");
1444 sendMultipartText(destinationAddress, scAddress, parts, sentIntents, deliveryIntents,

Completed in 864 milliseconds