Searched refs:mTrustRootCertList (Results 1 – 2 of 2) sorted by relevance
216 private Map<String, byte[]> mTrustRootCertList = null; field in PasspointConfiguration221 mTrustRootCertList = trustRootCertList; in setTrustRootCertList()227 return mTrustRootCertList; in getTrustRootCertList()753 if (source.mTrustRootCertList != null) { in PasspointConfiguration()754 mTrustRootCertList = Collections.unmodifiableMap(source.mTrustRootCertList); in PasspointConfiguration()794 writeTrustRootCerts(dest, mTrustRootCertList); in writeToParcel()839 && isTrustRootCertListEquals(mTrustRootCertList, that.mTrustRootCertList) in equals()867 return Objects.hash(mHomeSp, mCredential, mPolicy, mSubscriptionUpdate, mTrustRootCertList, in hashCode()916 if (mTrustRootCertList != null) { in toString()917 builder.append("TrustRootCertServers: ").append(mTrustRootCertList.keySet()) in toString()[all …]
637 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mTrustRootCertList:Ljava/util/Map;