Searched refs:getDeclaredConstructors (Results 1 – 8 of 8) sorted by relevance
108 Constructor<?> constructor = fClass.getDeclaredConstructors()[0]; in testConstructorGenericType()
193 Constructor<?>[] declaredConstructors = innerClazz.getDeclaredConstructors(); in testInnerClassTest()
142 public java.lang.reflect.Constructor<?>[] getDeclaredConstructors() throws java.lang.SecurityExcept… in getDeclaredConstructors() method in Class
136 …ct.@libcore.util.NonNull Constructor<?> @libcore.util.NonNull [] getDeclaredConstructors() throws … in getDeclaredConstructors() method in Class
254 public java.lang.reflect.Constructor<?>[] getDeclaredConstructors() in getDeclaredConstructors() method in Class
270 Constructor[] c = TestClass.class.getDeclaredConstructors(); in test_getDeclaredConstructors()
699 Constructor<?> constr = declClasses[i].getDeclaredConstructors()[0]; in test_getDeclaredClasses()
1826 Constructor<?>[] cons = cl.getDeclaredConstructors(); in computeDefaultSUID()