Searched defs:scAddress (Results 1 - 9 of 9) 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.java237 * @param scAddress Service Centre address. Null means use default.
245 public static SubmitPdu getSubmitPdu(String scAddress, argument
252 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
256 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
266 * @param scAddress Service Centre address. Null means use default.
273 public static SubmitPdu getSubmitPdu(String scAddress, argument
279 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
282 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
292 * @param scAddress Service Centre address. null == use default
303 public static SubmitPdu getSubmitPdu(String scAddress, argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java51 * @param scAddress is the service center address or null to use
74 String destinationAddress, String scAddress, String text,
87 iccISms.sendText(destinationAddress, scAddress, text, sentIntent, deliveryIntent);
112 * @param scAddress is the service center address or null to use
139 String destinationAddress, String scAddress, ArrayList<String> parts,
152 iccISms.sendMultipartText(destinationAddress, scAddress, parts,
167 sendTextMessage(destinationAddress, scAddress, parts.get(0),
176 * @param scAddress is the service center address or null to use
200 String destinationAddress, String scAddress, short destinationPort,
213 iccISms.sendData(destinationAddress, scAddress, destinationPor
73 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
138 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
199 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
[all...]
H A DSmsMessage.java392 * @param scAddress Service Centre address. Null means use default.
397 public static SubmitPdu getSubmitPdu(String scAddress, argument
403 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
406 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
417 * @param scAddress Service Centre address. null == use default
426 public static SubmitPdu getSubmitPdu(String scAddress, argument
433 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
436 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsMessageBase.java33 protected String scAddress; field in class:SmsMessageBase
161 return scAddress;
H A DSMSDispatcher.java834 protected abstract void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
1008 String scAddress = (String) map.get("scaddress");
1027 sendMultipartText(destinationAddress, scAddress, parts, sentIntents, deliveryIntents);
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java307 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java274 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
277 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
H A DSmsMessage.java206 * @param scAddress Service Centre address. Null means use default.
212 public static SubmitPdu getSubmitPdu(String scAddress, argument
215 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header,
224 * @param scAddress Service Centre address. Null means use default.
233 public static SubmitPdu getSubmitPdu(String scAddress, argument
275 scAddress, destinationAddress, mtiByte,
371 * @param scAddress Service Centre address. Null means use default.
376 public static SubmitPdu getSubmitPdu(String scAddress, argument
380 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null);
386 * @param scAddress Servic
395 getSubmitPdu(String scAddress, String destinationAddress, int destinationPort, byte[] data, boolean statusReportRequested) argument
453 getSubmitPduHead( String scAddress, String destinationAddress, byte mtiByte, boolean statusReportRequested, SubmitPdu ret) argument
[all...]

Completed in 102 milliseconds