Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java393 private static void expectSendtoException(FileDescriptor socket, SocketAddress addr, in expectSendtoException() method in OsTest
435 expectSendtoException(socket, null, ErrnoException.class, null); in expectBindConnectSendtoSuccess()
436 expectSendtoException(null, null, ErrnoException.class, EBADF); in expectBindConnectSendtoSuccess()