Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DJNI.java22 public static native boolean canDiscoverMethod(Class<?> klass, String name, boolean isStatic); in canDiscoverMethod() method in JNI
DChildClass.java364 if (JNI.canDiscoverMethod(klass, name, isStatic) != canDiscover) { in checkMethod()