Searched refs:getConstructors (Results 1 – 7 of 7) sorted by relevance
124 public java.lang.reflect.Constructor<?>[] getConstructors() throws java.lang.SecurityException { th… in getConstructors() method in Class
122 …eflect.@libcore.util.NonNull Constructor<?> @libcore.util.NonNull [] getConstructors() throws java… in getConstructors() method in Class
219 public java.lang.reflect.Constructor<?>[] getConstructors() throws java.lang.SecurityException { in getConstructors() method in Class
246 Constructor[] c = TestClass.class.getConstructors(); in test_getConstructors()
582 for (Constructor<?> c : ex.getClass().getConstructors()) { in getThrowableException()
398 PublicTestClass.class.getConstructors()[0], in test_getEnclosingConstructor()
1713 Constructor[] cons = clazz.getConstructors(); in newInstanceGeneric()