Searched refs:mSystemId (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telephony/java/android/telephony/cdma/ |
D | CdmaCellLocation.java | 49 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() 131 this.mSystemId = -1; in setStateInvalid() 155 this.mSystemId = systemId; in setCellLocationData() 162 ^ this.mSystemId ^ this.mNetworkId; in hashCode() 182 equalsHandlesNulls(this.mSystemId, s.mSystemId) && in equals() 192 + this.mSystemId + "," in toString() 216 bundleToFill.putInt("systemId", this.mSystemId); in fillInNotifierBundle() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 36 private final int mSystemId; field in CellIdentityCdma 59 mSystemId = Integer.MAX_VALUE; in CellIdentityCdma() 79 mSystemId = sid; in CellIdentityCdma() 87 mSystemId = cid.mSystemId; in CellIdentityCdma() 108 return mSystemId; in getSystemId() 142 return Objects.hash(mNetworkId, mSystemId, mBasestationId, mLatitude, mLongitude); in hashCode() 157 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()
|
D | ServiceState.java | 229 private int mSystemId; field in ServiceState 308 mSystemId = s.mSystemId; in copyFrom() 336 mSystemId = in.readInt(); in ServiceState() 361 out.writeInt(mSystemId); in writeToParcel() 672 && equalsHandlesNulls(mSystemId, s.mSystemId) in equals() 778 + " " + mSystemId in toString() 802 mSystemId = -1; in setNullState() 977 mSystemId = m.getInt("systemId"); in setFromNotifierBundle() 1006 m.putInt("systemId", mSystemId); in fillInNotifierBundle() 1032 this.mSystemId = systemId; in setSystemAndNetworkId() [all …]
|