Home
last modified time | relevance | path

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

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