Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaCellLocation.java61 private int mSystemId = -1; field in CdmaCellLocation
74 this.mSystemId = -1; in CdmaCellLocation()
85 this.mSystemId = bundle.getInt("systemId", mSystemId); in CdmaCellLocation()
126 return this.mSystemId; in getSystemId()
144 this.mSystemId = -1; in setStateInvalid()
168 this.mSystemId = systemId; in setCellLocationData()
175 ^ this.mSystemId ^ this.mNetworkId; in hashCode()
195 equalsHandlesNulls(this.mSystemId, s.mSystemId) && in equals()
205 + this.mSystemId + "," in toString()
230 bundleToFill.putInt("systemId", this.mSystemId); in fillInNotifierBundle()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java52 private final int mSystemId; field in CellIdentityCdma
79 mSystemId = CellInfo.UNAVAILABLE; in CellIdentityCdma()
104 mSystemId = inRangeOrUnavailable(sid, 0, SYSTEM_ID_MAX); in CellIdentityCdma()
139 if (mNetworkId == CellInfo.UNAVAILABLE || mSystemId == CellInfo.UNAVAILABLE in updateGlobalCellId()
170 return mSystemId; in getSystemId()
205 return Objects.hash(mNetworkId, mSystemId, mBasestationId, mLatitude, mLongitude, in hashCode()
215 int sid = mSystemId != CellInfo.UNAVAILABLE ? mSystemId : -1; in asCellLocation()
235 && mSystemId == o.mSystemId in equals()
246 .append(" mSystemId=").append(mSystemId) in toString()
261 dest.writeInt(mSystemId); in writeToParcel()
[all …]
H A DServiceState.java341 private int mSystemId; field in ServiceState
435 mSystemId = s.mSystemId; in copyFrom()
474 mSystemId = in.readInt(); in ServiceState()
502 out.writeInt(mSystemId); in writeToParcel()
984 mSystemId, in hashCode()
1016 && equalsHandlesNulls(mSystemId, s.mSystemId) in equals()
1229 mSystemId = -1; in init()
1480 m.putInt("systemId", mSystemId); in fillInNotifierBundle()
1595 this.mSystemId = systemId; in setCdmaSystemAndNetworkId()
1845 return this.mSystemId; in getCdmaSystemId()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DCasResource.java30 private final int mSystemId; field in CasResource
42 this.mSystemId = builder.mSystemId; in CasResource()
48 return mSystemId; in getSystemId()
102 return "CasResource[systemId=" + this.mSystemId in toString()
113 private int mSystemId; field in CasResource.Builder
117 this.mSystemId = systemId; in Builder()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaExtractor.java274 private final int mSystemId; field in MediaExtractor.CasInfo
279 mSystemId = systemId; in CasInfo()
290 return mSystemId; in getSystemId()
/aosp14/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DFrontendStatus.java542 private Integer mSystemId; field in FrontendStatus
913 if (mSystemId == null) { in getSystemId()
916 return mSystemId; in getSystemId()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt27190 Landroid/media/MediaExtractor$CasInfo;->mSystemId:I
53002 Landroid/telephony/CellIdentityCdma;->mSystemId:I