OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testconstructorprivate
(Results
1 - 2
of
2
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationTestClass.java
209
public static class
TestConstructorPrivate
implements java.io.Serializable {
210
private
TestConstructorPrivate
() {
213
public
TestConstructorPrivate
(int i) {
ComputeSerialVersionUIDTest.java
62
assertEquals(-8094991171016233719L, computeSerialVersionUID(SerializationTestClass.
TestConstructorPrivate
.class));
Completed in 54 milliseconds