Searched refs:trustRootCerts (Results 1 – 1 of 1) sorted by relevance
555 Map<String, byte[]> trustRootCerts = new HashMap<>(size);559 trustRootCerts.put(key, value);561 return trustRootCerts;572 private static void writeTrustRootCerts(Parcel dest, Map<String, byte[]> trustRootCerts) { in writeTrustRootCerts() argument573 if (trustRootCerts == null) { in writeTrustRootCerts()577 dest.writeInt(trustRootCerts.size()); in writeTrustRootCerts()578 for (Map.Entry<String, byte[]> entry : trustRootCerts.entrySet()) { in writeTrustRootCerts()