Searched refs:trustRootCerts (Results 1 – 1 of 1) sorted by relevance
1006 Map<String, byte[]> trustRootCerts = new HashMap<>(size);1010 trustRootCerts.put(key, value);1012 return trustRootCerts;1023 private static void writeTrustRootCerts(Parcel dest, Map<String, byte[]> trustRootCerts) { in writeTrustRootCerts() argument1024 if (trustRootCerts == null) { in writeTrustRootCerts()1028 dest.writeInt(trustRootCerts.size()); in writeTrustRootCerts()1029 for (Map.Entry<String, byte[]> entry : trustRootCerts.entrySet()) { in writeTrustRootCerts()