Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DJNI.java28 public static native boolean canInvokeConstructorV(Class<?> klass, String signature); in canInvokeConstructorV() method in JNI
DChildClass.java508 if (!JNI.canInvokeConstructorV(klass, signature)) { in checkConstructor()