Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java245 private int mRoamingType; field in NetworkRegistrationInfo
315 mRoamingType = (registrationState == REGISTRATION_STATE_ROAMING) in NetworkRegistrationInfo()
376 mRoamingType = source.readInt(); in NetworkRegistrationInfo()
404 mRoamingType = nri.mRoamingType; in NetworkRegistrationInfo()
555 return mRoamingType != ServiceState.ROAMING_TYPE_NOT_ROAMING; in isRoaming()
581 mRoamingType = roamingType; in setRoamingType()
602 return mRoamingType; in getRoamingType()
831 .append(" roamingType=").append(ServiceState.roamingTypeToString(mRoamingType)) in toString()
854 mRoamingType, mAccessNetworkTechnology, mRejectCause, mEmergencyOnly, in hashCode()
872 && mRoamingType == other.mRoamingType in equals()
[all …]