Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DReflection.java190 public static boolean canDiscoverMethodWithMetaReflection(Class<?> klass, String name, in canDiscoverMethodWithMetaReflection() method in Reflection
DChildClass.java386 if (Reflection.canDiscoverMethodWithMetaReflection(klass, name, true) != canDiscover) { in checkMethod()
393 if (Reflection.canDiscoverMethodWithMetaReflection(klass, name, false) != true) { in checkMethod()