Searched refs:mNrState (Results 1 – 2 of 2) sorted by relevance
200 private int mNrState; field in NetworkRegistrationInfo260 mNrState = NR_STATE_NONE; in NetworkRegistrationInfo()318 mNrState = source.readInt(); in NetworkRegistrationInfo()352 mNrState = nri.mNrState; in NetworkRegistrationInfo()373 return mNrState; in getNrState()378 mNrState = nrState; in setNrState()617 .append(" nrState=").append(nrStateToString(mNrState)) in toString()626 mCellIdentity, mVoiceSpecificInfo, mDataSpecificInfo, mNrState, mRplmn); in hashCode()650 && mNrState == other.mNrState; in equals()670 dest.writeInt(mNrState); in writeToParcel()[all …]
53 private int mNrState = NetworkRegistrationInfo.NR_STATE_NONE; field in DataConnectionStats105 if (mNrState == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in notePhoneDataConnectionState()162 mNrState = state.getNrState(); in onServiceStateChanged()