Searched refs:checkMethod (Results 1 – 2 of 2) sorted by relevance
/art/test/690-hiddenapi-same-name-methods/src/ |
D | Main.java | 40 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/ |
D | ChildClass.java | 149 checkMethod(klass, "method" + baseName, isStatic, visibility, expected, in runTest() 159 checkMethod(ParentInterface.class, name, /*isStatic*/ false, visibility, expected, in runTest() 333 private static void checkMethod(Class<?> klass, String name, boolean isStatic, in checkMethod() method in ChildClass
|