Searched refs:trustRootCerts (Results 1 – 1 of 1) sorted by relevance
646 Map<String, byte[]> trustRootCerts = new HashMap<>(size);650 trustRootCerts.put(key, value);652 return trustRootCerts;663 private static void writeTrustRootCerts(Parcel dest, Map<String, byte[]> trustRootCerts) { in writeTrustRootCerts() argument664 if (trustRootCerts == null) { in writeTrustRootCerts()668 dest.writeInt(trustRootCerts.size()); in writeTrustRootCerts()669 for (Map.Entry<String, byte[]> entry : trustRootCerts.entrySet()) { in writeTrustRootCerts()