/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSmsManager.java | 27 String destinationAddress, String scAddress, String text, 38 scAddress, 54 private String scAddress; 60 String destinationAddress, String scAddress, String text, 63 this.scAddress = scAddress; 74 return scAddress;
|
/frameworks/opt/telephony/src/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 | 233 * @param scAddress Service Centre address. Null means use default. 241 public static SubmitPdu getSubmitPdu(String scAddress, 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, 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, [all...] |
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsManager.java | 65 * @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, destinationPort & 0xFFFF [all...] |
SmsMessage.java | 404 * @param scAddress Service Centre address. Null means use default. 409 public static SubmitPdu getSubmitPdu(String scAddress, 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, 443 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress, 446 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
|
/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/ |
ISms.aidl | 125 * @param scAddress is the service center address or null to use 143 void sendMultipartText(String callingPkg, in String destinationAddress, in String scAddress,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
SmsMessage.java | 202 * @param scAddress Service Centre address. Null means use default. 208 public static SubmitPdu getSubmitPdu(String scAddress, 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, 273 scAddress, destinationAddress, mtiByte, 369 * @param scAddress Service Centre address. Null means use default. 374 public static SubmitPdu getSubmitPdu(String scAddress, 378 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null); 384 * @param scAddress Service Centre address. null == use defaul [all...] |
GsmSMSDispatcher.java | 192 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, 195 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, 199 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaSMSDispatcher.java | 133 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, 153 HashMap map = getSmsTrackerMap(destinationAddress, scAddress,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapSmsPdu.java | 68 private byte[] scAddress = {0}; // At the moment we do not use the scAddress, hence set the length to 0. 105 return scAddress;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
ImsSMSDispatcher.java | 309 protected void sendNewSubmitPdu(String destinationAddress, String scAddress, String message,
|
SMSDispatcher.java | 611 protected abstract void sendNewSubmitPdu(String destinationAddress, String scAddress, [all...] |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/17/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
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 | |