Searched defs:isSupported (Results 1 - 5 of 5) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DProtocolVersion.java40 public static boolean isSupported(byte[] version) { method in class:ProtocolVersion
71 public static boolean isSupported(String name) { method in class:ProtocolVersion
/libcore/luni/src/main/java/java/nio/charset/
H A DCharset.java136 * {@link #isSupported} to see what's available. If you intend to use the charset if it's
337 public static boolean isSupported(String charsetName) { method in class:Charset
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DNodeImpl.java148 public boolean isSupported(String feature, String version) { method in class:NodeImpl
695 return isSupported(feature, version) ? this : null;
/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java472 public boolean isSupported(String feature, method in interface:Node
/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java96 private static boolean isSupported(String algorithm, String provider) { method in class:CipherTest
803 if (!isSupported(algorithm, providerName)) {

Completed in 168 milliseconds