Searched refs:InheritAbstract (Results 1 – 2 of 2) sorted by relevance
26 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()
17 public class InheritAbstract extends NotInAbstractParent implements OtherInterface, NotInAbstractIn… class