Searched refs:expectBindException (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsTest.java | 377 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()
|