Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java55 private int mSystemId = -1; field in CdmaCellLocation
68 this.mSystemId = -1; in CdmaCellLocation()
79 this.mSystemId = bundle.getInt("systemId", mSystemId); in CdmaCellLocation()
120 return this.mSystemId; in getSystemId()
138 this.mSystemId = -1; in setStateInvalid()
162 this.mSystemId = systemId; in setCellLocationData()
169 ^ this.mSystemId ^ this.mNetworkId; in hashCode()
189 equalsHandlesNulls(this.mSystemId, s.mSystemId) && in equals()
199 + this.mSystemId + "," in toString()
224 bundleToFill.putInt("systemId", this.mSystemId); in fillInNotifierBundle()
[all …]
/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java45 private final int mSystemId; field in CellIdentityCdma
72 mSystemId = CellInfo.UNAVAILABLE; in CellIdentityCdma()
96 mSystemId = inRangeOrUnavailable(sid, 0, SYSTEM_ID_MAX); in CellIdentityCdma()
121 this(cid.mNetworkId, cid.mSystemId, cid.mBasestationId, cid.mLongitude, cid.mLatitude, in CellIdentityCdma()
161 return mSystemId; in getSystemId()
196 return Objects.hash(mNetworkId, mSystemId, mBasestationId, mLatitude, mLongitude, in hashCode()
205 int sid = mSystemId != CellInfo.UNAVAILABLE ? mSystemId : -1; in asCellLocation()
225 && mSystemId == o.mSystemId in equals()
236 .append(" mSystemId=").append(mSystemId) in toString()
251 dest.writeInt(mSystemId); in writeToParcel()
[all …]
DServiceState.java321 private int mSystemId; field in ServiceState
414 mSystemId = s.mSystemId; in copyFrom()
453 mSystemId = in.readInt(); in ServiceState()
483 out.writeInt(mSystemId); in writeToParcel()
850 mSystemId, in hashCode()
884 && equalsHandlesNulls(mSystemId, s.mSystemId) in equals()
1042 .append(", mSystemId=").append(mSystemId) in toString()
1072 mSystemId = -1; in init()
1327 m.putInt("systemId", mSystemId); in fillInNotifierBundle()
1453 this.mSystemId = systemId; in setCdmaSystemAndNetworkId()
[all …]
/frameworks/av/media/libstagefright/mpeg2ts/
DCasManager.cpp227 ATSParser::CasManager::CasManager() : mSystemId(-1) {} in CasManager()
241 if (mSystemId == -1) { in setSystemId()
247 mSystemId = CA_system_ID; in setSystemId()
248 } else if (mSystemId != CA_system_ID) { in setSystemId()
251 mSystemId, CA_system_ID); in setSystemId()
324 *systemId = mSystemId; in getCasInfo()
DCasManager.h60 int32_t mSystemId; member
/frameworks/base/media/java/android/media/
DMediaExtractor.java273 private final int mSystemId; field in MediaExtractor.CasInfo
278 mSystemId = systemId; in CasInfo()
289 return mSystemId; in getSystemId()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt40001 Landroid/media/MediaExtractor$CasInfo;->mSystemId:I
71862 Landroid/telephony/CellIdentityCdma;->mSystemId:I