Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DExplicitCastArgumentsTest.java328 public static class TestFileChildClass extends File class in ExplicitCastArgumentsTest
330 public TestFileChildClass(String pathname) { in TestFileChildClass() method in ExplicitCastArgumentsTest.TestFileChildClass
348 Class nonBcpSubClass = TestFileChildClass.class; in testNonBCPRef2BCPRef()
351 Object testSubObj = new TestFileChildClass("."); in testNonBCPRef2BCPRef()