OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scAddress
(Results
1 - 19
of
19
) 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
373
* @param
scAddress
Service Centre address. Null means use default.
378
public static SubmitPdu getSubmitPdu(String
scAddress
,
384
spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(
scAddress
,
387
spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(
scAddress
,
398
* @param
scAddress
Service Centre address. null == use default
407
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
,
/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
,
247
scAddress
, destinationAddress, mtiByte,
344
* @param
scAddress
Service Centre address. Null means use default.
349
public static SubmitPdu getSubmitPdu(String
scAddress
,
353
return getSubmitPdu(
scAddress
, destinationAddress, message, statusReportRequested, null);
359
* @param
scAddress
Service Centre address. null == use defaul
[
all
...]
GsmSMSDispatcher.java
221
protected void sendNewSubmitPdu(String destinationAddress, String
scAddress
,
224
SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(
scAddress
, destinationAddress,
/cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java
344
String
scAddress
= null, destinationAddress = null;
350
SmsMessage.getSubmitPdu(
scAddress
, destinationAddress, message, statusReportRequested);
359
SmsMessage.getSubmitPdu(
scAddress
, destinationAddress, message, statusReportRequested);
370
scAddress
= "1650253000";
375
SmsMessage.getSubmitPdu(
scAddress
, destinationAddress, message, statusReportRequested);
378
smsPdu = SmsMessage.getSubmitPdu(
scAddress
, destinationAddress, (short)80,
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java
272
protected void sendNewSubmitPdu(String destinationAddress, String
scAddress
,
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 72 milliseconds