Searched refs:scAddress (Results 1 - 12 of 12) 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/com/android/internal/telephony/
H A DISms.aidl230 * @param scAddress is the service center address or null to use
248 void sendMultipartText(String callingPkg, in String destinationAddress, in String scAddress,
256 * @param scAddress is the service center address or null to use
276 in String destinationAddress, in String scAddress,
535 * @param scAddress is the service center address or null to use the current default SMSC
553 void sendStoredText(int subId, String callingPkg, in Uri messageUri, String scAddress,
567 * @param scAddress is the service center address or null to use
590 String scAddress, in List<PendingIntent> sentIntents,
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java235 * @param scAddress is the service center address or null to use
258 String destinationAddress, String scAddress, String text,
272 scAddress, text, sentIntent, deliveryIntent);
343 * @param scAddress is the service center address or null to use
370 String destinationAddress, String scAddress, ArrayList<String> parts,
384 destinationAddress, scAddress, parts,
398 sendTextMessage(destinationAddress, scAddress, parts.get(0),
410 * @param scAddress is the service center address or null to use
434 String destinationAddress, String scAddress, short destinationPort,
447 destinationAddress, scAddress, destinationPor
257 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
369 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
433 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
1290 sendStoredTextMessage(Uri messageUri, String scAddress, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
1338 sendStoredMultipartTextMessage(Uri messageUri, String scAddress, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
[all...]
H A DSmsMessage.java447 * @param scAddress Service Centre address. Null means use default.
452 public static SubmitPdu getSubmitPdu(String scAddress, argument
457 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
460 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
471 * @param scAddress Service Centre address. null == use default
480 public static SubmitPdu getSubmitPdu(String scAddress, argument
486 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
489 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java207 * @param scAddress Service Centre address. Null means use default.
213 public static SubmitPdu getSubmitPdu(String scAddress, argument
216 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header,
225 * @param scAddress Service Centre address. Null means use default.
235 public static SubmitPdu getSubmitPdu(String scAddress, argument
278 scAddress, destinationAddress, mtiByte,
374 * @param scAddress Service Centre address. Null means use default.
379 public static SubmitPdu getSubmitPdu(String scAddress, argument
383 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null);
389 * @param scAddress Servic
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.java216 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
221 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
225 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccSmsController.java367 public void sendStoredText(int subId, String callingPkg, Uri messageUri, String scAddress, argument
371 iccSmsIntMgr.sendStoredText(callingPkg, messageUri, scAddress, sentIntent,
380 String scAddress, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents)
384 iccSmsIntMgr.sendStoredMultipartText(callingPkg, messageUri, scAddress, sentIntents,
379 sendStoredMultipartText(int subId, String callingPkg, Uri messageUri, String scAddress, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents) argument
H A DIccSmsInterfaceManager.java877 public void sendStoredText(String callingPkg, Uri messageUri, String scAddress, argument
882 log("sendStoredText: scAddr=" + scAddress + " messageUri=" + messageUri
902 mDispatcher.sendText(textAndAddress[1], scAddress, textAndAddress[0],
906 public void sendStoredMultipartText(String callingPkg, Uri messageUri, String scAddress, argument
957 mDispatcher.sendText(textAndAddress[1], scAddress, singlePart,
965 scAddress,
H A DImsSMSDispatcher.java356 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
H A DSMSDispatcher.java910 protected abstract SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
1247 String scAddress = (String) map.get("scaddress");
1267 sendMultipartText(destinationAddress, scAddress, parts, sentIntents, deliveryIntents,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java168 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
190 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,

Completed in 202 milliseconds