Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DReflection.java215 public static boolean canDiscoverConstructorWithMetaReflection(Class<?> klass, Class<?> args[], in canDiscoverConstructorWithMetaReflection() method in Reflection
DChildClass.java486 if (Reflection.canDiscoverConstructorWithMetaReflection(klass, args, true) != canDiscover) { in checkConstructor()
493 if (Reflection.canDiscoverConstructorWithMetaReflection(klass, args, false) != true) { in checkConstructor()