Searched refs:trustRootCerts (Results 1 – 1 of 1) sorted by relevance
839 Map<String, byte[]> trustRootCerts = new HashMap<>(size);843 trustRootCerts.put(key, value);845 return trustRootCerts;856 private static void writeTrustRootCerts(Parcel dest, Map<String, byte[]> trustRootCerts) { in writeTrustRootCerts() argument857 if (trustRootCerts == null) { in writeTrustRootCerts()861 dest.writeInt(trustRootCerts.size()); in writeTrustRootCerts()862 for (Map.Entry<String, byte[]> entry : trustRootCerts.entrySet()) { in writeTrustRootCerts()