HomeSort by relevance Sort by last modified time
    Searched full:test_bind_any (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 106 test_bind_any(InetAddress.getByName("0.0.0.0"));
110 test_bind_any(InetAddress.getByName("::"));
113 private void test_bind_any(InetAddress bindAddress) throws Exception { method in class:DatagramChannelTest

Completed in 39 milliseconds