Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java256 public static class MyParentClass { class in ProxyBuilderTest
262 public static class MyChildClassWithProtectedMethod extends MyParentClass {
269 public static class MyChildClassWithPublicMethod extends MyParentClass {
278 assertEquals("package", proxyFor(MyParentClass.class).build().someMethod()); in testProxying_ClassHierarchy()