Searched defs:NonSerPrivateConstructor (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest3.java83 private static class NonSerPrivateConstructor { class in class:SerializationStressTest3
88 private NonSerPrivateConstructor() { method in class:SerializationStressTest3.NonSerPrivateConstructor
92 public NonSerPrivateConstructor(String notUsed) { method in class:SerializationStressTest3.NonSerPrivateConstructor
175 private static class PrivateConstructorSub extends NonSerPrivateConstructor

Completed in 24 milliseconds