Home
last modified time | relevance | path

Searched refs:mGeographicalScope (Results 1 – 1 of 1) sorted by relevance

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DSmsCbHeader.java108 private final int mGeographicalScope; field in SmsCbHeader
146 mGeographicalScope = (pdu[0] & 0xc0) >>> 6; in SmsCbHeader()
202 mGeographicalScope = (pdu[3] & 0xc0) >>> 6; in SmsCbHeader()
239 return mGeographicalScope; in getGeographicalScope()
501 return "SmsCbHeader{GS=" + mGeographicalScope + ", serialNumber=0x" in toString()