Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvisioner.java900 Map<Integer, Map<String, byte[]>> allTrustCerts = new HashMap<>(); in retrieveTrustRootCerts() local
901 allTrustCerts.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, trustCertInfo); in retrieveTrustRootCerts()
911 allTrustCerts.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, trustCertInfo); in retrieveTrustRootCerts()
930 allTrustCerts.put(OsuServerConnection.TRUST_CERT_TYPE_POLICY, trustCertInfo); in retrieveTrustRootCerts()
939 if (mOsuServerConnection.retrieveTrustRootCerts(allTrustCerts)) { in retrieveTrustRootCerts()