Home
last modified time | relevance | path

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

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