HomeSort by relevance Sort by last modified time
    Searched refs:scAddress (Results 1 - 14 of 14) 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 358 * @param scAddress Service Centre address. Null means use default.
366 public static SubmitPdu getSubmitPdu(String scAddress,
373 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
377 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
387 * @param scAddress Service Centre address. Null means use default.
394 public static SubmitPdu getSubmitPdu(String scAddress,
400 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
403 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
413 * @param scAddress Service Centre address. null == use default
424 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 375 * @param scAddress Service Centre address. Null means use default.
381 public static SubmitPdu getSubmitPdu(String scAddress,
388 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
392 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
402 * @param scAddress Service Centre address. Null means use default.
407 public static SubmitPdu getSubmitPdu(String scAddress,
413 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress,
416 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
426 * @param scAddress Service Centre address. null == use default
435 public static SubmitPdu getSubmitPdu(String scAddress,
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.aidl 125 * @param scAddress is the service center address or null to use
143 void sendMultipartText(in String destinationAddress, in String scAddress,
SmsMessageBase.java 34 protected String scAddress;
150 return scAddress;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 227 * @param scAddress Service Centre address. Null means use default.
233 public static SubmitPdu getSubmitPdu(String scAddress,
236 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header,
245 * @param scAddress Service Centre address. Null means use default.
252 public static SubmitPdu getSubmitPdu(String scAddress,
265 scAddress, destinationAddress, mtiByte,
361 * @param scAddress Service Centre address. Null means use default.
366 public static SubmitPdu getSubmitPdu(String scAddress,
370 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null);
376 * @param scAddress Service Centre address. null == use defaul
    [all...]
GsmSMSDispatcher.java 170 protected void sendMultipartText(String destinationAddress, String scAddress,
212 SmsMessage.SubmitPdu pdus = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
226 * @param scAddress is the service center address or null to use
245 String scAddress, ArrayList<String> parts,
295 SmsMessage.SubmitPdu pdus = SmsMessage.getSubmitPdu(scAddress, destinationAddress,
333 String scAddress = (String) map.get("scaddress");
340 scAddress, parts, sentIntents, deliveryIntents);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 334 String scAddress = null, destinationAddress = null;
340 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
349 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
360 scAddress = "1650253000";
365 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
368 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, (short)80,
  /cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessageTest.java 331 String scAddress = null, destinationAddress = null;
337 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
346 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
357 scAddress = "1650253000";
362 SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested);
365 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, (short)80,
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 113 milliseconds