Home
last modified time | relevance | path

Searched refs:mNrState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java200 private int mNrState; field in NetworkRegistrationInfo
260 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 …]
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java53 private int mNrState = NetworkRegistrationInfo.NR_STATE_NONE; field in DataConnectionStats
105 if (mNrState == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in notePhoneDataConnectionState()
162 mNrState = state.getNrState(); in onServiceStateChanged()