Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DNetworkInterfaceTest.java103 if (nif.isPointToPoint()) { in testDumpAll()
/libcore/luni/src/main/java/java/net/
DNetworkInterface.java460 public boolean isPointToPoint() throws SocketException { in isPointToPoint() method in NetworkInterface