Home
last modified time | relevance | path

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

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