Searched refs:mRoamingType (Results 1 – 1 of 1) sorted by relevance
194 private int mRoamingType; field in NetworkRegistrationInfo252 mRoamingType = (registrationState == REGISTRATION_STATE_ROAMING) in NetworkRegistrationInfo()307 mRoamingType = source.readInt(); in NetworkRegistrationInfo()332 mRoamingType = nri.mRoamingType; in NetworkRegistrationInfo()426 return mRoamingType != ServiceState.ROAMING_TYPE_NOT_ROAMING; in isRoaming()444 mRoamingType = roamingType; in setRoamingType()453 return mRoamingType; in getRoamingType()606 .append(" roamingType=").append(ServiceState.roamingTypeToString(mRoamingType)) in toString()624 return Objects.hash(mDomain, mTransportType, mRegistrationState, mRoamingType, in hashCode()641 && mRoamingType == other.mRoamingType in equals()[all …]