Searched refs:mFqdnExactMatch (Results 1 – 1 of 1) 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()