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

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

Completed in 108 milliseconds