Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityNr.java49 private final long mNci; field in CellIdentityNr
61 mNci = CellInfo.UNAVAILABLE; in CellIdentityNr()
91 mNci = inRangeOrUnavailable(nci, 0, MAX_NCI); in CellIdentityNr()
115 if (mNci == CellInfo.UNAVAILABLE_LONG) return; in updateGlobalCellId()
117 mGlobalCellId = plmn + formatSimple("%09x", mNci); in updateGlobalCellId()
137 mNrArfcn, Arrays.hashCode(mBands), mNci, mAdditionalPlmns.hashCode()); in hashCode()
152 && Arrays.equals(mBands, o.mBands) && mNci == o.mNci in equals()
163 return mNci; in getNci()
250 .append(" mNci = ").append(mNci) in toString()
265 dest.writeLong(mNci); in writeToParcel()
[all …]