Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java377 private static void expectBindException(FileDescriptor socket, SocketAddress addr, in expectBindException() method in OsTest
410 expectBindException(null, addr, ErrnoException.class, EBADF); in expectBindConnectSendtoSuccess()
411 expectBindException(socket, null, NullPointerException.class, null); in expectBindConnectSendtoSuccess()
412 expectBindException(null, null, NullPointerException.class, null); in expectBindConnectSendtoSuccess()