Searched refs:mHomeSpFqdn (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointCredential.java53 private String mHomeSpFqdn; field in class:WifiPasspointCredential
177 mHomeSpFqdn = credinfo.homeSP.FQDN;
327 return mHomeSpFqdn;
335 mHomeSpFqdn = fqdn;
490 this.mHomeSpFqdn.equals(other.mHomeSpFqdn);
494 this.mHomeSpFqdn.equals(other.mHomeSpFqdn) &&
501 this.mHomeSpFqdn.equals(other.mHomeSpFqdn);
[all...]

Completed in 7 milliseconds