Home
last modified time | relevance | path

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

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