Home
last modified time | relevance | path

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

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