OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destinationAddress
(Results
1 - 25
of
38
) sorted by null
1
2
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSmsManager.java
27
String
destinationAddress
, String scAddress, String text,
30
if (TextUtils.isEmpty(
destinationAddress
))
31
throw new IllegalArgumentException("Invalid
destinationAddress
");
37
destinationAddress
,
53
private String
destinationAddress
;
60
String
destinationAddress
, String scAddress, String text,
62
this.
destinationAddress
=
destinationAddress
;
70
return
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);
246
destinationAddress
= "18004664411";
250
SmsMessage.getSubmitPdu(scAddress,
destinationAddress
, message, statusReportRequested);
253
smsPdu = SmsMessage.getSubmitPdu(scAddress,
destinationAddress
, (short)80,
/libcore/luni/src/main/java/java/net/
InetAddress.java
724
final InetAddress
destinationAddress
= this;
731
if (isReachable(
destinationAddress
, sourceAddress, timeout)) {
[
all
...]
/frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java
215
* @param
destinationAddress
the address to send the message to
236
* @throws IllegalArgumentException if
destinationAddress
or text are empty
239
String
destinationAddress
, String scAddress, String text,
241
if (TextUtils.isEmpty(
destinationAddress
)) {
242
throw new IllegalArgumentException("Invalid
destinationAddress
");
251
iccISms.sendText(ActivityThread.currentPackageName(),
destinationAddress
,
345
* @param
destinationAddress
the address to send the message to
370
* @throws IllegalArgumentException if
destinationAddress
or data are empty
373
String
destinationAddress
, String scAddress, ArrayList<String> parts,
375
if (TextUtils.isEmpty(
destinationAddress
)) {
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java
489
String
destinationAddress
;
504
destinationAddress
= PhoneNumberUtils.stripSeparators(address);
505
if(
destinationAddress
== null ||
destinationAddress
.length() < 2) {
506
destinationAddress
= "12"; // Ensure we add a number at least 2 digits as specified in the GSM spec.
510
data = SmsMessage.getSubmitPdu(null,
destinationAddress
, smsFragments.get(0), false).encodedMessage;
544
data = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(null,
destinationAddress
,
557
data = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(
destinationAddress
,
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java
672
protected abstract void sendNewSubmitPdu(String
destinationAddress
, String scAddress,
[
all
...]
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
/external/robolectric/lib/main/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
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
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar
Completed in 237 milliseconds
1
2