Searched refs:mSystemId (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/cdma/ |
D | CdmaCellLocation.java | 55 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/ |
D | CellIdentityCdma.java | 47 private final int mSystemId; field in CellIdentityCdma 74 mSystemId = CellInfo.UNAVAILABLE; in CellIdentityCdma() 99 mSystemId = inRangeOrUnavailable(sid, 0, SYSTEM_ID_MAX); in CellIdentityCdma() 125 this(cid.mNetworkId, cid.mSystemId, cid.mBasestationId, cid.mLongitude, cid.mLatitude, in CellIdentityCdma() 145 if (mNetworkId == CellInfo.UNAVAILABLE || mSystemId == CellInfo.UNAVAILABLE in updateGlobalCellId() 148 mGlobalCellId = String.format("%04x%04x%04x", mSystemId, mNetworkId, mBasestationId); in updateGlobalCellId() 176 return mSystemId; in getSystemId() 211 return Objects.hash(mNetworkId, mSystemId, mBasestationId, mLatitude, mLongitude, in hashCode() 221 int sid = mSystemId != CellInfo.UNAVAILABLE ? mSystemId : -1; in asCellLocation() 241 && mSystemId == o.mSystemId in equals() [all …]
|
D | ServiceState.java | 341 private int mSystemId; field in ServiceState 433 mSystemId = s.mSystemId; in copyFrom() 470 mSystemId = in.readInt(); in ServiceState() 498 out.writeInt(mSystemId); in writeToParcel() 886 mSystemId, in hashCode() 918 && equalsHandlesNulls(mSystemId, s.mSystemId) in equals() 1098 .append(", mSystemId=").append(mSystemId) in toString() 1127 mSystemId = -1; in init() 1359 m.putInt("systemId", mSystemId); in fillInNotifierBundle() 1474 this.mSystemId = systemId; in setCdmaSystemAndNetworkId() [all …]
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | CasManager.cpp | 227 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()
|
D | CasManager.h | 60 int32_t mSystemId; member
|
/frameworks/base/media/java/android/media/ |
D | MediaExtractor.java | 273 private final int mSystemId; field in MediaExtractor.CasInfo 278 mSystemId = systemId; in CasInfo() 289 return mSystemId; in getSystemId()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 37319 Landroid/media/MediaExtractor$CasInfo;->mSystemId:I 67025 Landroid/telephony/CellIdentityCdma;->mSystemId:I
|