Searched refs:mRoamingType (Results 1 – 1 of 1) sorted by relevance
194 private int mRoamingType; field in NetworkRegistrationInfo255 mRoamingType = (registrationState == REGISTRATION_STATE_ROAMING) in NetworkRegistrationInfo()308 mRoamingType = source.readInt(); in NetworkRegistrationInfo()334 mRoamingType = nri.mRoamingType; in NetworkRegistrationInfo()429 return mRoamingType != ServiceState.ROAMING_TYPE_NOT_ROAMING; in isRoaming()447 mRoamingType = roamingType; in setRoamingType()456 return mRoamingType; in getRoamingType()629 .append(" roamingType=").append(ServiceState.roamingTypeToString(mRoamingType)) in toString()648 return Objects.hash(mDomain, mTransportType, mRegistrationState, mRoamingType, in hashCode()666 && mRoamingType == other.mRoamingType in equals()[all …]