Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java216 private Map<String, byte[]> mTrustRootCertList = null; field in PasspointConfiguration
221 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 …]
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt637 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mTrustRootCertList:Ljava/util/Map;