OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scAddress
(Results
1 - 19
of
19
) sorted by null
/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/
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
...]
/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,
/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/
SMSDispatcher.java
611
protected abstract void sendNewSubmitPdu(String destinationAddress, String
scAddress
,
[
all
...]
/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/sdk/current/
android.jar
Completed in 242 milliseconds