Searched refs:mSystemId (Results 1 – 3 of 3) sorted by relevance
49 private int mSystemId = -1; field in CdmaCellLocation61 this.mSystemId = -1; in CdmaCellLocation()72 this.mSystemId = bundle.getInt("systemId", mSystemId); in CdmaCellLocation()113 return this.mSystemId; in getSystemId()130 this.mSystemId = -1; in setStateInvalid()154 this.mSystemId = systemId; in setCellLocationData()161 ^ this.mSystemId ^ this.mNetworkId; in hashCode()181 equalsHandlesNulls(this.mSystemId, s.mSystemId) && in equals()191 + this.mSystemId + "," in toString()215 bundleToFill.putInt("systemId", this.mSystemId); in fillInNotifierBundle()[all …]
34 private final int mSystemId; field in CellIdentityCdma57 mSystemId = Integer.MAX_VALUE; in CellIdentityCdma()77 mSystemId = sid; in CellIdentityCdma()85 mSystemId = cid.mSystemId; in CellIdentityCdma()106 return mSystemId; in getSystemId()141 return (mNetworkId * primeNum) + (mSystemId * primeNum) + (mBasestationId * primeNum) + in hashCode()151 mSystemId == o.mSystemId && in equals()167 sb.append(" mSystemId="); sb.append(mSystemId); in toString()187 dest.writeInt(mSystemId); in writeToParcel()196 mSystemId = in.readInt(); in CellIdentityCdma()
213 private int mSystemId; field in ServiceState290 mSystemId = s.mSystemId; in copyFrom()317 mSystemId = in.readInt(); in ServiceState()341 out.writeInt(mSystemId); in writeToParcel()630 && equalsHandlesNulls(mSystemId, s.mSystemId) in equals()729 + " " + mSystemId in toString()752 mSystemId = -1; in setNullState()926 mSystemId = m.getInt("systemId"); in setFromNotifierBundle()954 m.putInt("systemId", mSystemId); in fillInNotifierBundle()978 this.mSystemId = systemId; in setSystemAndNetworkId()[all …]