Searched refs:allTrustCerts (Results 1 – 1 of 1) sorted by relevance
900 Map<Integer, Map<String, byte[]>> allTrustCerts = new HashMap<>(); in retrieveTrustRootCerts() local901 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()