Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java140 private Map<String, byte[]> mTrustRootCertList = null; field in PasspointConfiguration
145 mTrustRootCertList = trustRootCertList; in setTrustRootCertList()
151 return mTrustRootCertList; in getTrustRootCertList()
396 if (source.mTrustRootCertList != null) { in PasspointConfiguration()
397 mTrustRootCertList = Collections.unmodifiableMap(source.mTrustRootCertList); in PasspointConfiguration()
425 writeTrustRootCerts(dest, mTrustRootCertList); in writeToParcel()
456 && isTrustRootCertListEquals(mTrustRootCertList, that.mTrustRootCertList) in equals()
472 return Objects.hash(mHomeSp, mCredential, mPolicy, mSubscriptionUpdate, mTrustRootCertList, in hashCode()
516 if (mTrustRootCertList != null) { in toString()
517 builder.append("TrustRootCertServers: ").append(mTrustRootCertList.keySet()) in toString()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46137 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mTrustRootCertList:Ljava/util/Map;