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

/libcore/luni/src/main/java/org/apache/harmony/security/fortress/
H A DEngine.java146 throw notFound(serviceName, algorithm);
151 throw notFound(serviceName, algorithm);
170 throw notFound(serviceName, algorithm);
175 private NoSuchAlgorithmException notFound(String serviceName, String algorithm) method in class:Engine

Completed in 208 milliseconds