Searched defs:scAddress (Results 1 - 11 of 11) 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/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSMSDispatcher.java356 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
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.java927 public void sendStoredText(String callingPkg, Uri messageUri, String scAddress, argument
932 log("sendStoredText: scAddr=" + scAddress + " messageUri=" + messageUri
952 mDispatcher.sendText(textAndAddress[1], scAddress, textAndAddress[0],
957 public void sendStoredMultipartText(String callingPkg, Uri messageUri, String scAddress, argument
1008 mDispatcher.sendText(textAndAddress[1], scAddress, singlePart,
1017 scAddress,
H A DSMSDispatcher.java923 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.java188 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
210 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java220 protected SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, argument
225 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
229 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
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...]
/frameworks/opt/telephony/src/java/android/telephony/
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,
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...]

Completed in 731 milliseconds