Searched refs:mGeographicalScope (Results 1 – 3 of 3) sorted by relevance
109 private final int mGeographicalScope; field in SmsCbHeader145 mGeographicalScope = (pdu[0] & 0xc0) >>> 6; in SmsCbHeader()196 mGeographicalScope = (pdu[3] & 0xc0) >>> 6; in SmsCbHeader()234 return mGeographicalScope; in getGeographicalScope()499 return "SmsCbHeader{GS=" + mGeographicalScope + ", serialNumber=0x" in toString()
151 private final int mGeographicalScope; field in SmsCbMessage242 mGeographicalScope = geographicalScope; in SmsCbMessage()265 mGeographicalScope = in.readInt(); in SmsCbMessage()308 dest.writeInt(mGeographicalScope); in writeToParcel()356 return mGeographicalScope; in getGeographicalScope()545 return "SmsCbMessage{geographicalScope=" + mGeographicalScope + ", serialNumber=" in toString()576 cv.put(CellBroadcasts.GEOGRAPHICAL_SCOPE, mGeographicalScope); in getContentValues()
58574 Landroid/telephony/SmsCbMessage;->mGeographicalScope:I