HomeSort by relevance Sort by last modified time
    Searched refs:canInvokeMethodV (Results 1 - 2 of 2) sorted by null

  /art/test/674-hiddenapi/src-ex/
JNI.java 24 public static native boolean canInvokeMethodV(Class<?> klass, String name, boolean isStatic);
ChildClass.java 376 if (!JNI.canInvokeMethodV(klass, name, isStatic)) {

Completed in 205 milliseconds