Home
last modified time | relevance | path

Searched defs:getConstructor (Results 1 – 6 of 6) 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/annotations/sdk/nullability/java/lang/
DClass.annotated.java126 @libcore.util.NonNull public java.lang.reflect.Constructor<T> getConstructor(java.lang.@libcore.uti… in getConstructor() method in Class
/libcore/ojluni/annotations/mmodule/java/lang/
DClass.annotated.java131 public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>... parameterTypes) throws… in getConstructor() method in Class
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java236 public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>... parameterTypes) in getConstructor() method in Class
/libcore/ojluni/annotations/hiddenapi/java/util/logging/
DLogManager.java278 private static java.lang.reflect.Constructor<?> getConstructor( in getConstructor() method in LogManager.Beans
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java1766 private static Constructor<?> getConstructor(Class<?> c, Class<?>... types) { in getConstructor() method in LogManager.Beans