Home
last modified time | relevance | path

Searched defs:getConstructor (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DConstructorTest.java152 private static Constructor<?> getConstructor(Class<?> c, int constructorArgCount) in getConstructor() method in ConstructorTest
/libcore/ojluni/src/main/java/java/lang/
DClass.java1723 public Constructor<T> getConstructor(Class<?>... parameterTypes) in getConstructor() method in Class
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java1776 private static Constructor<?> getConstructor(Class<?> c, Class<?>... types) { in getConstructor() method in LogManager.Beans