Searched defs:getConstructor (Results 1 – 7 of 7) sorted by relevance
152 private static Constructor<?> getConstructor(Class<?> c, int constructorArgCount) in getConstructor() method in ConstructorTest
130 public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>... parameterTypes) throws… in getConstructor() method in Class
129 @libcore.util.NonNull public java.lang.reflect.Constructor<T> getConstructor(java.lang.@libcore.uti… 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
1767 private static Constructor<?> getConstructor(Class<?> c, Class<?>... types) { in getConstructor() method in LogManager.Beans
2482 public Constructor<T> getConstructor(Class<?>... parameterTypes) in getConstructor() method in Class