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.aidl208 * @param scAddress is the service center address or null to use
232 in String destinationAddress, in String scAddress,
393 * @param scAddress is the service center address or null to use the current default SMSC
411 void sendStoredText(int subId, String callingPkg, in Uri messageUri, String scAddress,
425 * @param scAddress is the service center address or null to use
448 String scAddress, in List<PendingIntent> sentIntents,
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java268 * @param scAddress is the service center address or null to use
291 String destinationAddress, String scAddress, String text,
293 sendTextMessageInternal(destinationAddress, scAddress, text,
297 private void sendTextMessageInternal(String destinationAddress, String scAddress, argument
312 scAddress, text, sentIntent, deliveryIntent,
328 String destinationAddress, String scAddress, String text,
330 sendTextMessageInternal(destinationAddress, scAddress, text,
341 String destinationAddress, String scAddress, String text,
356 scAddress, text, sentIntent, deliveryIntent);
428 * @param scAddress i
290 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
327 sendTextMessageWithoutPersisting( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
340 sendTextMessageWithSelfPermissions( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
454 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
461 sendMultipartTextMessageInternal( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents, boolean persistMessageForCarrierApp) argument
504 sendMultipartTextMessageWithoutPersisting( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
541 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
568 sendDataMessageWithSelfPermissions( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
1427 sendStoredTextMessage(Uri messageUri, String scAddress, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
1475 sendStoredMultipartTextMessage(Uri messageUri, String scAddress, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
[all...]
H A DSmsMessage.java450 * @param scAddress Service Centre address. Null means use default.
455 public static SubmitPdu getSubmitPdu(String scAddress, argument
460 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
463 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
474 * @param scAddress Service Centre address. null == use default
483 public static SubmitPdu getSubmitPdu(String scAddress, argument
489 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
492 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.java218 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
223 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
227 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccSmsController.java368 public void sendStoredText(int subId, String callingPkg, Uri messageUri, String scAddress, argument
372 iccSmsIntMgr.sendStoredText(callingPkg, messageUri, scAddress, sentIntent,
382 String scAddress, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents)
386 iccSmsIntMgr.sendStoredMultipartText(callingPkg, messageUri, scAddress, sentIntents,
381 sendStoredMultipartText(int subId, String callingPkg, Uri messageUri, String scAddress, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents) argument
H A DIccSmsInterfaceManager.java934 public void sendStoredText(String callingPkg, Uri messageUri, String scAddress, argument
939 log("sendStoredText: scAddr=" + scAddress + " messageUri=" + messageUri
959 mDispatcher.sendText(textAndAddress[1], scAddress, textAndAddress[0],
964 public void sendStoredMultipartText(String callingPkg, Uri messageUri, String scAddress, argument
1015 mDispatcher.sendText(textAndAddress[1], scAddress, singlePart,
1024 scAddress,
H A DImsSMSDispatcher.java358 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
H A DSMSDispatcher.java927 protected abstract SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
1264 String scAddress = (String) map.get("scaddress");
1284 sendMultipartText(destinationAddress, scAddress, parts, sentIntents, deliveryIntents,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java187 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
209 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,

Completed in 550 milliseconds