Home
last modified time | relevance | path

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

/art/test/817-hiddenapi/src-ex/
DTestCase.java26 int value = new InheritAbstract().methodPublicSdkNotInAbstractParent(); in testPublicSdk()
35 new InheritAbstract().methodUnsupportedNotInAbstractParent(); in testUnsupportedAppUsage()
54 InheritAbstract.class, "methodUnsupportedNotInAbstractParent", "()I")); in testNative()
59 invoke(new InheritAbstract()); in testNative()
64 InheritAbstract.class, "methodUnsupportedNotInAbstractParent", "()I")); in testNative()
/art/test/817-hiddenapi/src/
DInheritAbstract.java17 public class InheritAbstract extends NotInAbstractParent implements OtherInterface, NotInAbstractIn… class