Searched refs:mNrState (Results 1 – 1 of 1) sorted by relevance
166 private int mNrState; field in NetworkRegistrationInfo222 mNrState = NR_STATE_NONE; in NetworkRegistrationInfo()279 mNrState = source.readInt(); in NetworkRegistrationInfo()312 mNrState = nri.mNrState; in NetworkRegistrationInfo()330 return mNrState; in getNrState()335 mNrState = nrState; in setNrState()522 .append(" nrState=").append(nrStateToString(mNrState)) in toString()530 mCellIdentity, mVoiceSpecificInfo, mDataSpecificInfo, mNrState); in hashCode()553 && mNrState == other.mNrState; in equals()569 dest.writeInt(mNrState); in writeToParcel()[all …]