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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest3.java206 private static class ProtectedConstructor implements java.io.Serializable { class in class:SerializationStressTest3
211 protected ProtectedConstructor() { method in class:SerializationStressTest3.ProtectedConstructor
224 if (!(obj instanceof ProtectedConstructor))
227 ProtectedConstructor inst = (ProtectedConstructor) obj;
511 ProtectedConstructor test = new ProtectedConstructor();

Completed in 34 milliseconds