OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:geographicalScope
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsCbHeader.java
57
public final int
geographicalScope
;
86
geographicalScope
= -1; //not applicable
99
geographicalScope
= (pdu[0] & 0xc0) >> 6;
131
geographicalScope
= (pdu[3] & 0xc0) >> 6;
208
return "SmsCbHeader{GS=" +
geographicalScope
+ ", messageCode=0x" +
GsmSMSDispatcher.java
295
if (mHeader.
geographicalScope
== other.mHeader.
geographicalScope
318
switch (mHeader.
geographicalScope
) {
/frameworks/base/telephony/java/android/telephony/
SmsCbMessage.java
130
return mHeader.
geographicalScope
;
Completed in 53 milliseconds