Searched refs:trustRootCerts (Results 1 – 1 of 1) sorted by relevance
1135 Map<String, byte[]> trustRootCerts = new HashMap<>(size);1139 trustRootCerts.put(key, value);1141 return trustRootCerts;1152 private static void writeTrustRootCerts(Parcel dest, Map<String, byte[]> trustRootCerts) { in writeTrustRootCerts() argument1153 if (trustRootCerts == null) { in writeTrustRootCerts()1157 dest.writeInt(trustRootCerts.size()); in writeTrustRootCerts()1158 for (Map.Entry<String, byte[]> entry : trustRootCerts.entrySet()) { in writeTrustRootCerts()