Searched refs:getDeclaredConstructor (Results 1 - 13 of 13) sorted by relevance

/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DMalformedParameterizedTypeExceptionTests.java14 .getDeclaredConstructor();
H A DTypeVariableTest.java64 Constructor<?> constructor = clazz.getDeclaredConstructor();
115 Constructor<?> constructor = clazz.getDeclaredConstructor();
H A DConstructorTest.java236 .getDeclaredConstructor(cl);
247 .getDeclaredConstructor(cl);
415 assertEquals(c2.getDeclaredConstructor(new Class[0]),
416 c2.getDeclaredConstructor((Class[]) null));
418 // We can get a non-public constructor via getDeclaredConstructor...
420 c1.getDeclaredConstructor((Class[]) null);
H A DInvocationTargetExceptionTest.java119 .getDeclaredConstructor();
/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DConstructorTest.java70 Constructor<?> constructor = ConstructorTestHelper.class.getDeclaredConstructor(
H A DReflectionTest.java103 Constructor constructorOne = C.class.getDeclaredConstructor(A.class);
108 Constructor constructorTwo = C.class.getDeclaredConstructor(Map.class, Object.class);
H A DOldGenericTypesTest.java68 Constructor<?> constructor = clazz.getDeclaredConstructor(Object.class);
/libcore/libart/src/main/java/java/lang/
H A DClass.java489 * @see #getDeclaredConstructor(Class[])
505 public Constructor<T> getDeclaredConstructor(Class<?>... parameterTypes) method in class:Class
1548 init = getDeclaredConstructor();
/libcore/libdvm/src/main/java/java/lang/
H A DClass.java439 * Use {@link #getDeclaredConstructor} if you don't want to search superclasses.
560 public Constructor<T> getDeclaredConstructor(Class<?>... parameterTypes) method in class:Class
/libcore/luni/src/main/java/java/io/
H A DObjectStreamClass.java684 constructor = constructorClass.getDeclaredConstructor(EmptyArray.CLASS);
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationAccess.java634 ? declaringClass.getDeclaredConstructor(parametersArray)
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldClassTest.java662 TestClass.class.getDeclaredConstructor(String.class);
/libcore/luni/src/test/java/libcore/java/nio/
H A DBufferTest.java718 Constructor<?> ctor = c.getDeclaredConstructor(long.class, int.class);

Completed in 3461 milliseconds