Searched refs:CallsCloseInWriteObjectMethod (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
H A DObjectOutputStreamTest.java42 public static class CallsCloseInWriteObjectMethod implements Serializable { class in class:ObjectOutputStreamTest
45 public CallsCloseInWriteObjectMethod(String message) { method in class:ObjectOutputStreamTest.CallsCloseInWriteObjectMethod
67 CallsCloseInWriteObjectMethod that = (CallsCloseInWriteObjectMethod) o;
81 CallsCloseInWriteObjectMethod object = new CallsCloseInWriteObjectMethod(hello);
91 List<CallsCloseInWriteObjectMethod> output = (List<CallsCloseInWriteObjectMethod>)

Completed in 58 milliseconds