Searched refs:mFqdnExactMatch (Results 1 – 2 of 2) sorted by relevance
177 private boolean mFqdnExactMatch = false; field in Policy.RoamingPartner179 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()
46247 Landroid/net/wifi/hotspot2/pps/Policy$RoamingPartner;->mFqdnExactMatch:Z