Searched refs:mNrState (Results 1 – 2 of 2) sorted by relevance
200 private int mNrState; field in NetworkRegistrationInfo263 mNrState = NR_STATE_NONE; in NetworkRegistrationInfo()320 mNrState = source.readInt(); in NetworkRegistrationInfo()357 mNrState = nri.mNrState; in NetworkRegistrationInfo()378 return mNrState; in getNrState()383 mNrState = nrState; in setNrState()645 ? nrStateToString(mNrState) : "****") in toString()655 mCellIdentity, mVoiceSpecificInfo, mDataSpecificInfo, mNrState, mRplmn, in hashCode()681 && mNrState == other.mNrState; in equals()701 dest.writeInt(mNrState); in writeToParcel()[all …]
55 private int mNrState = NetworkRegistrationInfo.NR_STATE_NONE; field in DataConnectionStats103 if (mNrState == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in notePhoneDataConnectionState()177 mNrState = state.getNrState(); in onServiceStateChanged()