Home
last modified time | relevance | path

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

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