Home
last modified time | relevance | path

Searched refs:TestClass2 (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectInputStream2Test.java180 return TestClass2.class; in resolveClass()
191 static class TestClass2 implements Serializable { class in ObjectInputStream2Test
/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java56 static TestClass2 tc = new TestClass2(0);
63 public static class TestClass2 { class in OldClassTest
65 public TestClass2(int i) throws IllegalArgumentException { in TestClass2() method in OldClassTest.TestClass2