HomeSort by relevance Sort by last modified time
    Searched refs:scAddress (Results 1 - 20 of 20) sorted by null

  /frameworks/base/telephony/java/android/telephony/gsm/
SmsManager.java 55 * @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,
SmsMessage.java 237 * @param scAddress Service Centre address. Null means use default.
245 public static SubmitPdu getSubmitPdu(String scAddress,
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,
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,
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SmsManager.java 51 * @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, destinationPort & 0xFFFF
    [all...]
SmsMessage.java 392 * @param scAddress Service Centre address. Null means use default.
397 public static SubmitPdu getSubmitPdu(String scAddress,
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,
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/
SmsMessageBase.java 33 protected String scAddress;
161 return scAddress;
ISms.aidl 125 * @param scAddress is the service center address or null to use
143 void sendMultipartText(in String destinationAddress, in String scAddress,
SMSDispatcher.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 206 * @param scAddress Service Centre address. Null means use default.
212 public static SubmitPdu getSubmitPdu(String scAddress,
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,
275 scAddress, destinationAddress, mtiByte,
371 * @param scAddress Service Centre address. Null means use default.
376 public static SubmitPdu getSubmitPdu(String scAddress,
380 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null);
386 * @param scAddress Service Centre address. null == use defaul
    [all...]
GsmSMSDispatcher.java 274 protected void sendNewSubmitPdu(String destinationAddress, String scAddress,
277 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 219 String scAddress = null, destinationAddress = null;
225 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
234 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
245 scAddress = "1650253000";
250 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
253 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, (short)80,
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 307 protected void sendNewSubmitPdu(String destinationAddress, String scAddress,
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 71 milliseconds