Searched refs:cloneAndCheckNames (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
H A DX509CertSelector.java709 Set<List<?>> tempNames = cloneAndCheckNames(names);
1174 Set<List<?>> tempNames = cloneAndCheckNames(names);
1634 * This method wraps cloneAndCheckNames, changing any
1651 return cloneAndCheckNames(names);
1673 private static Set<List<?>> cloneAndCheckNames(Collection<List<?>> names) throws IOException { method in class:X509CertSelector
1704 debug.println("X509CertSelector.cloneAndCheckNames() "

Completed in 24 milliseconds