Searched refs:mGeographicalScope (Results 1 – 1 of 1) sorted by relevance
108 private final int mGeographicalScope; field in SmsCbHeader146 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()