Searched refs:Constructor (Results 1 – 18 of 18) sorted by relevance
25 import java.lang.reflect.Constructor;57 final Constructor[] constructors = c.getDeclaredConstructors(); in run()63 for (Constructor constructor : constructors) { in run()86 private static boolean hasValidConstructorSignature(Constructor constructor) { in hasValidConstructorSignature()
27 import java.lang.reflect.Constructor;88 Constructor<?> constructor = getConstructorFromClass(clazz); in testAllIndexableXML_onlyValidBasePreferenceControllersAdded()190 private Constructor<?> getConstructorFromClass(Class<?> clazz) { in getConstructorFromClass()191 Constructor<?> constructor = null; in getConstructorFromClass()
23 import java.lang.reflect.Constructor;41 private static final HashMap<String, Constructor<?>> sConstructorMap =42 new HashMap<String, Constructor<?>>();56 Constructor<?> constructor = sConstructorMap.get(name); in newPreference()
27 import java.lang.reflect.Constructor;80 Constructor<TvInputInfo> constructor = in createTvInputInfoForO()134 Constructor<TvInputInfo> constructor = in createTvInputInfoForNyc()177 Constructor<TvInputInfo> constructor = in createTvInputInfoForMnc()
31 import java.lang.reflect.Constructor;121 final Constructor<?> preferenceConstructor = in createInstance()140 final Constructor<?> preferenceConstructor = clazz.getConstructor(Context.class); in createInstance()
22 import java.lang.reflect.Constructor;67 public static Constructor<?> getConstructor(final Class<?> targetClass, in getConstructor()80 public static Object newInstance(final Constructor<?> constructor, final Object ... args) { in newInstance()
23 import java.lang.reflect.Constructor;31 private static final Constructor<?> TEXT_INFO_CONSTRUCTOR_FOR_CHAR_SEQUENCE =
28 import java.lang.reflect.Constructor;39 private static final Constructor<?> CONSTRUCTOR_INPUT_METHOD_SUBTYPE =
26 import java.lang.reflect.Constructor;45 private static final Constructor<?> LOCALE_SPAN_CONSTRUCTOR;
26 import java.lang.reflect.Constructor;112 final Constructor<? extends CustomSliceable> constructor = in createInstance()
32 import java.lang.reflect.Constructor;94 Constructor<?> preferenceConstructor = clazz.getConstructor(Context.class, String.class, in createInstance()
26 import java.lang.reflect.Constructor;122 Constructor<?> twoArgsConstructor = null; in runChosenTests()
54 import java.lang.reflect.Constructor;89 static Constructor getConstructor(Class cl) { in getConstructor()
28 TEST(BigInteger, Constructor) { in TEST() argument
59 import java.lang.reflect.Constructor;
176 import java.lang.reflect.Constructor;997 final Constructor<CellIdentityGsm> constructor = CellIdentityGsm.class.getConstructor( in makeCellIdentityGsm()1013 final Constructor<CellIdentityLte> constructor = CellIdentityLte.class.getConstructor( in makeCellIdentityLte()