Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DReflection.java103 public static boolean canDiscoverWithGetMethod(Class<?> klass, String name) { in canDiscoverWithGetMethod() method in Reflection
DChildClass.java354 if (Reflection.canDiscoverWithGetMethod(klass, name) != (canDiscover && isPublic)) { in checkMethod()