Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java74 private HomeSp mHomeSp = null; field in PasspointConfiguration
81 public void setHomeSp(HomeSp homeSp) { mHomeSp = homeSp; } in setHomeSp()
87 public HomeSp getHomeSp() { return mHomeSp; } in getHomeSp()
548 if (source.mHomeSp != null) { in PasspointConfiguration()
549 mHomeSp = new HomeSp(source.mHomeSp); in PasspointConfiguration()
587 dest.writeParcelable(mHomeSp, flags); in writeToParcel()
621 return (mHomeSp == null ? that.mHomeSp == null : mHomeSp.equals(that.mHomeSp)) in equals()
649 return Objects.hash(mHomeSp, mCredential, mPolicy, mSubscriptionUpdate, mTrustRootCertList, in hashCode()
676 if (mHomeSp != null) { in toString()
678 builder.append(mHomeSp); in toString()
[all …]