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