Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DNetworkRegistrationInfo.java236 private int mRoamingType; field in NetworkRegistrationInfo
306 mRoamingType = (registrationState == REGISTRATION_STATE_ROAMING) in NetworkRegistrationInfo()
367 mRoamingType = source.readInt(); in NetworkRegistrationInfo()
395 mRoamingType = nri.mRoamingType; in NetworkRegistrationInfo()
546 return mRoamingType != ServiceState.ROAMING_TYPE_NOT_ROAMING; in isRoaming()
572 mRoamingType = roamingType; in setRoamingType()
593 return mRoamingType; in getRoamingType()
802 .append(" roamingType=").append(ServiceState.roamingTypeToString(mRoamingType)) in toString()
824 mRoamingType, mAccessNetworkTechnology, mRejectCause, mEmergencyOnly, in hashCode()
842 && mRoamingType == other.mRoamingType in equals()
[all …]