Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DReflection.java133 public static boolean canDiscoverWithGetDeclaredConstructor(Class<?> klass, Class<?> args[]) { in canDiscoverWithGetDeclaredConstructor() method in Reflection
DChildClass.java443 if (Reflection.canDiscoverWithGetDeclaredConstructor(klass, args) != canDiscover) { in checkConstructor()