Searched defs:scAddress (Results 1 - 9 of 9) 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/cdma/
H A DCdmaSMSDispatcher.java133 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
153 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java65 * @param scAddress is the service center address or null to use
88 String destinationAddress, String scAddress, String text,
102 scAddress, text, sentIntent, deliveryIntent);
141 * @param scAddress is the service center address or null to use
168 String destinationAddress, String scAddress, ArrayList<String> parts,
182 destinationAddress, scAddress, parts,
197 sendTextMessage(destinationAddress, scAddress, parts.get(0),
209 * @param scAddress is the service center address or null to use
233 String destinationAddress, String scAddress, short destinationPort,
247 destinationAddress, scAddress, destinationPor
87 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
167 sendMultipartTextMessage( String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) argument
232 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
[all...]
H A DSmsMessage.java404 * @param scAddress Service Centre address. Null means use default.
409 public static SubmitPdu getSubmitPdu(String scAddress, argument
414 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
417 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
428 * @param scAddress Service Centre address. null == use default
437 public static SubmitPdu getSubmitPdu(String scAddress, argument
443 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
446 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSMSDispatcher.java309 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, String message, argument
H A DSMSDispatcher.java611 protected abstract void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
971 String scAddress = (String) map.get("scaddress");
991 sendMultipartText(destinationAddress, scAddress, parts, sentIntents, deliveryIntents);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java192 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, argument
195 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
199 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
H A DSmsMessage.java202 * @param scAddress Service Centre address. Null means use default.
208 public static SubmitPdu getSubmitPdu(String scAddress, argument
211 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header,
220 * @param scAddress Service Centre address. Null means use default.
230 public static SubmitPdu getSubmitPdu(String scAddress, argument
273 scAddress, destinationAddress, mtiByte,
369 * @param scAddress Service Centre address. Null means use default.
374 public static SubmitPdu getSubmitPdu(String scAddress, argument
378 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null);
384 * @param scAddress Servic
393 getSubmitPdu(String scAddress, String destinationAddress, int destinationPort, byte[] data, boolean statusReportRequested) argument
451 getSubmitPduHead( String scAddress, String destinationAddress, byte mtiByte, boolean statusReportRequested, SubmitPdu ret) argument
[all...]

Completed in 4217 milliseconds