Home
last modified time | relevance | path

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

/art/test/690-hiddenapi-same-name-methods/src/
DMain.java40 checkMethod(covariantClass); in main()
51 checkMethod(klass); in main()
83 private static void checkMethod(Class<?> klass) throws NoSuchMethodException { in checkMethod() method in Main
/art/test/674-hiddenapi/src-ex/
DChildClass.java148 checkMethod(klass, "method" + baseName, isStatic, visibility, expected, in runTest()
158 checkMethod(ParentInterface.class, name, /*isStatic*/ false, visibility, expected, in runTest()
332 private static void checkMethod(Class<?> klass, String name, boolean isStatic, in checkMethod() method in ChildClass