Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DReflection.java121 public static boolean canInvokeMethod(Class<?> klass, String name) { in canInvokeMethod() method in Reflection
DChildClass.java410 if (!Reflection.canInvokeMethod(klass, name)) { in checkMethod()