Searched refs:mNci (Results 1 – 1 of 1) sorted by relevance
49 private final long mNci; field in CellIdentityNr61 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 …]