Home
last modified time | relevance | path

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

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