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
263 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 …]
/frameworks/base/services/core/java/com/android/server/am/
DDataConnectionStats.java55 private int mNrState = NetworkRegistrationInfo.NR_STATE_NONE; field in DataConnectionStats
103 if (mNrState == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in notePhoneDataConnectionState()
177 mNrState = state.getNrState(); in onServiceStateChanged()