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

  /art/test/674-hiddenapi/src-ex/
Reflection.java 102 public static boolean canDiscoverWithGetMethod(Class<?> klass, String name) {
ChildClass.java 328 if (Reflection.canDiscoverWithGetMethod(klass, name) != (canDiscover && isPublic)) {

Completed in 147 milliseconds