Home
last modified time | relevance | path

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

/art/test/817-hiddenapi/
Dhiddenapi-flags.csv3 LNotInAbstractParent;->methodUnsupportedNotInAbstractParent()I,blocked
4 LOtherInterface;->methodUnsupportedNotInAbstractParent()I,blocked
5 LNotInAbstractInterface;->methodUnsupportedNotInAbstractParent()I,unsupported
/art/test/817-hiddenapi/src/
DNotInAbstractParent.java23 public int methodUnsupportedNotInAbstractParent() { in methodUnsupportedNotInAbstractParent() method in NotInAbstractParent
DNotInAbstractInterface.java22 int methodUnsupportedNotInAbstractParent(); in methodUnsupportedNotInAbstractParent() method
/art/test/817-hiddenapi/src-ex/
DTestCase.java35 new InheritAbstract().methodUnsupportedNotInAbstractParent(); in testUnsupportedAppUsage()