Searched refs:mRegistrationState (Results 1 – 4 of 4) sorted by relevance
153 private final int mRegistrationState; field in NetworkRegistrationInfo213 mRegistrationState = registrationState; in NetworkRegistrationInfo()267 mRegistrationState = source.readInt(); in NetworkRegistrationInfo()291 mRegistrationState = nri.mRegistrationState; in NetworkRegistrationInfo()342 return mRegistrationState; in getRegistrationState()357 return mRegistrationState == REGISTRATION_STATE_HOME in isInService()358 || mRegistrationState == REGISTRATION_STATE_ROAMING; in isInService()510 .append(" registrationState=").append(registrationStateToString(mRegistrationState)) in toString()528 return Objects.hash(mDomain, mTransportType, mRegistrationState, mRoamingType, in hashCode()544 && mRegistrationState == other.mRegistrationState in equals()[all …]
104 private int mRegistrationState = REGISTRATION_STATE_UNKNOWN; field in ImsRegistrationImplBase226 mRegistrationState = newState; in updateToState()263 state = mRegistrationState; in updateNewCallbackWithState()
540 private int mRegistrationState = -1; field in ServiceStateTracker2058 mRegistrationState = registrationState; in handlePollStateResultMessage()2087 if (mRegistrationState == 3) { in handlePollStateResultMessage()4944 pw.println(" mRegistrationState=" + mRegistrationState); in dump()
73131 Landroid/telephony/ims/stub/ImsRegistrationImplBase;->mRegistrationState:I