Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java160 private int mRoamingType; field in NetworkRegistrationInfo
214 mRoamingType = (registrationState == REGISTRATION_STATE_ROAMING) in NetworkRegistrationInfo()
268 mRoamingType = source.readInt(); in NetworkRegistrationInfo()
292 mRoamingType = nri.mRoamingType; in NetworkRegistrationInfo()
349 return mRoamingType != ServiceState.ROAMING_TYPE_NOT_ROAMING; in isRoaming()
367 mRoamingType = roamingType; in setRoamingType()
375 return mRoamingType; in getRoamingType()
511 .append(" roamingType=").append(ServiceState.roamingTypeToString(mRoamingType)) in toString()
528 return Objects.hash(mDomain, mTransportType, mRegistrationState, mRoamingType, in hashCode()
545 && mRoamingType == other.mRoamingType in equals()
[all …]