Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java118 private HomeSp mHomeSp = null; field in PasspointConfiguration
125 public void setHomeSp(HomeSp homeSp) { mHomeSp = homeSp; } in setHomeSp()
131 public HomeSp getHomeSp() { return mHomeSp; } in getHomeSp()
744 if (source.mHomeSp != null) { in PasspointConfiguration()
745 mHomeSp = new HomeSp(source.mHomeSp); in PasspointConfiguration()
790 dest.writeParcelable(mHomeSp, flags); in writeToParcel()
831 return (mHomeSp == null ? that.mHomeSp == null : mHomeSp.equals(that.mHomeSp)) in equals()
867 return Objects.hash(mHomeSp, mCredential, mPolicy, mSubscriptionUpdate, mTrustRootCertList, in hashCode()
896 if (mHomeSp != null) { in toString()
898 builder.append(mHomeSp); in toString()
[all …]
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt631 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mHomeSp:Landroid/net/wifi/hotspot2/pps/HomeSp;