Searched defs:scAddress (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/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.java335 * @param scAddress Service Centre address. Null means use default.
343 public static SubmitPdu getSubmitPdu(String scAddress, argument
350 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
354 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
364 * @param scAddress Service Centre address. Null means use default.
371 public static SubmitPdu getSubmitPdu(String scAddress, argument
377 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
380 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
390 * @param scAddress Service Centre address. null == use default
401 public static SubmitPdu getSubmitPdu(String scAddress, argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java50 * @param scAddress is the service center address or null to use
73 String destinationAddress, String scAddress, String text,
86 iccISms.sendText(destinationAddress, scAddress, text, sentIntent, deliveryIntent);
111 * @param scAddress is the service center address or null to use
138 String destinationAddress, String scAddress, ArrayList<String> parts,
151 iccISms.sendMultipartText(destinationAddress, scAddress, parts,
166 sendTextMessage(destinationAddress, scAddress, parts.get(0),
175 * @param scAddress is the service center address or null to use
199 String destinationAddress, String scAddress, short destinationPort,
212 iccISms.sendData(destinationAddress, scAddress, destinationPor
72 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
137 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
198 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
[all...]
H A DSmsMessage.java377 * @param scAddress Service Centre address. Null means use default.
383 public static SubmitPdu getSubmitPdu(String scAddress, argument
390 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
394 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
405 * @param scAddress Service Centre address. Null means use default.
410 public static SubmitPdu getSubmitPdu(String scAddress, argument
416 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
419 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
430 * @param scAddress Service Centre address. null == use default
439 public static SubmitPdu getSubmitPdu(String scAddress, argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsMessageBase.java34 protected String scAddress; field in class:SmsMessageBase
162 return scAddress;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java182 protected void sendMultipartText(String destinationAddress, String scAddress, argument
232 SmsMessage.SubmitPdu pdus = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
246 * @param scAddress is the service center address or null to use
265 String scAddress, ArrayList<String> parts,
323 SmsMessage.SubmitPdu pdus = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
362 String scAddress = (String) map.get("scaddress");
369 scAddress, parts, sentIntents, deliveryIntents);
264 sendMultipartTextWithPermit(String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
H A DSmsMessage.java223 * @param scAddress Service Centre address. Null means use default.
229 public static SubmitPdu getSubmitPdu(String scAddress, argument
232 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header,
241 * @param scAddress Service Centre address. Null means use default.
250 public static SubmitPdu getSubmitPdu(String scAddress, argument
264 scAddress, destinationAddress, mtiByte,
361 * @param scAddress Service Centre address. Null means use default.
366 public static SubmitPdu getSubmitPdu(String scAddress, argument
370 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null);
376 * @param scAddress Servic
385 getSubmitPdu(String scAddress, String destinationAddress, int destinationPort, byte[] data, boolean statusReportRequested) argument
443 getSubmitPduHead( String scAddress, String destinationAddress, byte mtiByte, boolean statusReportRequested, SubmitPdu ret) argument
[all...]

Completed in 73 milliseconds