Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DJNI.java23 public static native boolean canInvokeMethodA(Class<?> klass, String name, boolean isStatic); in canInvokeMethodA() method in JNI
DChildClass.java413 if (!JNI.canInvokeMethodA(klass, name, isStatic)) { in checkMethod()