Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java49 private int mSystemId = -1; field in CdmaCellLocation
61 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 …]
/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java34 private final int mSystemId; field in CellIdentityCdma
57 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()
DServiceState.java213 private int mSystemId; field in ServiceState
290 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 …]