OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smsc
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java
189
String
smsc
= IccUtils.bytesToHexString(
local
192
mCm.writeSmsToSim(SmsManager.STATUS_ON_ICC_UNREAD,
smsc
,
289
byte
smsc
[] = (byte[]) map.get("
smsc
");
293
mCm.sendSMS(IccUtils.bytesToHexString(
smsc
), IccUtils.bytesToHexString(pdu), reply);
/hardware/ril/reference-ril/
reference-ril.c
974
const char *
smsc
;
local
981
smsc
= ((const char **)data)[0];
986
// "NULL for default
SMSC
"
987
if (
smsc
== NULL) {
988
smsc
= "00";
992
asprintf(&cmd2, "%s%s",
smsc
, pdu);
[
all
...]
/packages/apps/Settings/src/com/android/settings/
RadioInfo.java
124
private EditText
smsc
;
field in class:RadioInfo
219
smsc
.setText("refresh error");
221
smsc
.setText((String)ar.result);
228
smsc
.setText("update error");
268
smsc
= (EditText) findViewById(R.id.
smsc
);
[
all
...]
/hardware/ril/include/telephony/
ril.h
248
char * pdu; /* PDU of message to write, as an ASCII hex string less the
SMSC
address,
250
char *
smsc
; /*
SMSC
address in GSM BCD format prefixed by a length byte
member in struct:__anon16372
251
(as expected by TS 27.005) or NULL for default
SMSC
*/
[
all
...]
Completed in 684 milliseconds