Home
last modified time | relevance | path

Searched refs:checkPort (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DInetSocketAddress.java152 private static int checkPort(int port) { in checkPort() method in InetSocketAddress
213 checkPort(port)); in InetSocketAddress()
249 holder = new InetSocketAddressHolder(host, addr, checkPort(port)); in InetSocketAddress()
279 return new InetSocketAddress(checkPort(port), checkHost(host)); in createUnresolved()
329 checkPort(oisPort); in readObject()
/libcore/ojluni/annotations/hiddenapi/java/net/
DInetSocketAddress.java54 private static int checkPort(int port) { in checkPort() method in InetSocketAddress