Searched defs:isUnsupported (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DKeyGeneratorTest.java33 private static boolean isUnsupported(KeyGenerator kg) { method in class:KeyGeneratorTest
126 if (isUnsupported(kg)) {
H A DCipherTest.java93 private static boolean isUnsupported(String algorithm) { method in class:CipherTest
670 if (isUnsupported(algorithm)) {
/libcore/luni/src/test/java/libcore/java/security/
H A DKeyStoreTest.java140 if (!isUnsupported(ks)) {
169 private static boolean isUnsupported(KeyStore ks) { method in class:KeyStoreTest

Completed in 287 milliseconds