Searched defs:getByName (Results 1 - 4 of 4) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DProtocolVersion.java81 public static ProtocolVersion getByName(String name) { method in class:ProtocolVersion
95 ProtocolVersion latest = getByName(protocols[0]);
98 current = getByName(protocols[i]);
H A DCipherSuite.java800 public static CipherSuite getByName(String name) { method in class:CipherSuite
/libcore/luni/src/main/java/java/net/
H A DNetworkInterface.java104 public static NetworkInterface getByName(String interfaceName) throws SocketException { method in class:NetworkInterface
116 * Similar to {@link #getByName(String)} except that {@code interfaceName}
284 return NetworkInterface.getByName(name);
310 // http://b/5833739: getByName can return null if the interface went away between our
H A DInetAddress.java288 public static InetAddress getByName(String host) throws UnknownHostException { method in class:InetAddress

Completed in 97 milliseconds