Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DPolicy.java180 private boolean mFqdnExactMatch = false; field in Policy.RoamingPartner
182 mFqdnExactMatch = fqdnExactMatch; in setFqdnExactMatch()
185 return mFqdnExactMatch; in getFqdnExactMatch()
217 mFqdnExactMatch = source.mFqdnExactMatch; in RoamingPartner()
231 dest.writeInt(mFqdnExactMatch ? 1 : 0); in writeToParcel()
247 && mFqdnExactMatch == that.mFqdnExactMatch in equals()
254 return Objects.hash(mFqdn, mFqdnExactMatch, mPriority, mCountries); in hashCode()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt747 Landroid/net/wifi/hotspot2/pps/Policy$RoamingPartner;->mFqdnExactMatch:Z