Searched refs:mNrState (Results 1 – 1 of 1) sorted by relevance
200 private int mNrState; field in NetworkRegistrationInfo263 mNrState = NR_STATE_NONE; in NetworkRegistrationInfo()319 mNrState = source.readInt(); in NetworkRegistrationInfo()355 mNrState = nri.mNrState; in NetworkRegistrationInfo()376 return mNrState; in getNrState()381 mNrState = nrState; in setNrState()640 .append(" nrState=").append(nrStateToString(mNrState)) in toString()650 mCellIdentity, mVoiceSpecificInfo, mDataSpecificInfo, mNrState, mRplmn, in hashCode()676 && mNrState == other.mNrState; in equals()696 dest.writeInt(mNrState); in writeToParcel()[all …]