Searched refs:allTrustCerts (Results 1 – 1 of 1) sorted by relevance
922 Map<Integer, Map<String, byte[]>> allTrustCerts = new HashMap<>(); in retrieveTrustRootCerts() local923 allTrustCerts.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, trustCertInfo); in retrieveTrustRootCerts()933 allTrustCerts.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, trustCertInfo); in retrieveTrustRootCerts()952 allTrustCerts.put(OsuServerConnection.TRUST_CERT_TYPE_POLICY, trustCertInfo); in retrieveTrustRootCerts()961 if (mOsuServerConnection.retrieveTrustRootCerts(allTrustCerts)) { in retrieveTrustRootCerts()