OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:teleService
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java
68
* The 16-bit
Teleservice
parameter identifies which upper layer service access point is sending
72
public int
teleService
= TELESERVICE_NOT_SET;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java
146
int
teleService
= sms.getTeleService();
148
switch (
teleService
) {
172
loge("unsupported
teleservice
0x" + Integer.toHexString(
teleService
));
184
if (SmsEnvelope.TELESERVICE_WAP ==
teleService
) {
Completed in 55 milliseconds