Searched refs:mGeographicalScope (Results 1 – 3 of 3) sorted by relevance
108 private final int mGeographicalScope; field in SmsCbHeader144 mGeographicalScope = (pdu[0] & 0xc0) >>> 6; in SmsCbHeader()195 mGeographicalScope = (pdu[3] & 0xc0) >>> 6; in SmsCbHeader()233 return mGeographicalScope; in getGeographicalScope()498 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()
69274 Landroid/telephony/SmsCbMessage;->mGeographicalScope:I