Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
H A DPasspointConfiguration.java180 private Map<String, byte[]> mTrustRootCertList = null; field in PasspointConfiguration
185 mTrustRootCertList = trustRootCertList; in setTrustRootCertList()
191 return mTrustRootCertList; in getTrustRootCertList()
692 if (source.mTrustRootCertList != null) { in PasspointConfiguration()
693 mTrustRootCertList = Collections.unmodifiableMap(source.mTrustRootCertList); in PasspointConfiguration()
732 writeTrustRootCerts(dest, mTrustRootCertList); in writeToParcel()
776 && isTrustRootCertListEquals(mTrustRootCertList, that.mTrustRootCertList) in equals()
850 if (mTrustRootCertList != null) { in toString()
851 builder.append("TrustRootCertServers: ").append(mTrustRootCertList.keySet()) in toString()
923 if (mTrustRootCertList != null) { in validateForCommonR1andR2()
[all …]
/aosp12/packages/modules/Wifi/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt637 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mTrustRootCertList:Ljava/util/Map;