Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DPolicy.java177 private boolean mFqdnExactMatch = false; field in Policy.RoamingPartner
179 mFqdnExactMatch = fqdnExactMatch; in setFqdnExactMatch()
182 return mFqdnExactMatch; in getFqdnExactMatch()
214 mFqdnExactMatch = source.mFqdnExactMatch; in RoamingPartner()
228 dest.writeInt(mFqdnExactMatch ? 1 : 0); in writeToParcel()
244 && mFqdnExactMatch == that.mFqdnExactMatch in equals()
251 return Objects.hash(mFqdn, mFqdnExactMatch, mPriority, mCountries); in hashCode()