Searched refs:mHomeSp (Results 1 – 2 of 2) sorted by relevance
66 private HomeSp mHomeSp = null; field in PasspointConfiguration72 public void setHomeSp(HomeSp homeSp) { mHomeSp = homeSp; } in setHomeSp()78 public HomeSp getHomeSp() { return mHomeSp; } in getHomeSp()387 if (source.mHomeSp != null) { in PasspointConfiguration()388 mHomeSp = new HomeSp(source.mHomeSp); in PasspointConfiguration()421 dest.writeParcelable(mHomeSp, flags); in writeToParcel()450 return (mHomeSp == null ? that.mHomeSp == null : mHomeSp.equals(that.mHomeSp)) in equals()472 return Objects.hash(mHomeSp, mCredential, mPolicy, mSubscriptionUpdate, mTrustRootCertList, in hashCode()496 if (mHomeSp != null) { in toString()498 builder.append(mHomeSp); in toString()[all …]
46131 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mHomeSp:Landroid/net/wifi/hotspot2/pps/HomeSp;