Searched defs:getConstructor (Results 1 – 6 of 6) sorted by relevance
152 private static Constructor<?> getConstructor(Class<?> c, int constructorArgCount) in getConstructor() method in ConstructorTest
126 @libcore.util.NonNull public java.lang.reflect.Constructor<T> getConstructor(java.lang.@libcore.uti… in getConstructor() method in Class
131 public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>... parameterTypes) throws… in getConstructor() method in Class
236 public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>... parameterTypes) in getConstructor() method in Class
278 private static java.lang.reflect.Constructor<?> getConstructor( in getConstructor() method in LogManager.Beans
1766 private static Constructor<?> getConstructor(Class<?> c, Class<?>... types) { in getConstructor() method in LogManager.Beans