Searched refs:getConstructor (Results 1 – 8 of 8) sorted by relevance
123 mAlphabeticIndex = clazz.getConstructor(Locale.class).newInstance(curLocale); in AlphabeticIndexV16()180 mAlphabeticIndex = clazz.getConstructor(Locale.class).newInstance(primaryLocale); in AlphabeticIndexVN()
67 public static Constructor<?> getConstructor(final Class<?> targetClass, in getConstructor() method in CompatUtils73 return targetClass.getConstructor(types); in getConstructor()
32 CompatUtils.getConstructor(TextInfo.class, CharSequence.class, int.class, int.class,
40 CompatUtils.getConstructor(InputMethodSubtype.class,
49 LOCALE_SPAN_CONSTRUCTOR = CompatUtils.getConstructor(LOCALE_SPAN_TYPE, Locale.class);
89 static Constructor getConstructor(Class cl) { in getConstructor() method in ParametricEditor91 return cl.getConstructor(Context.class, ViewGroup.class); in getConstructor()
62 constructor = clazz.getConstructor(CTOR_SIGNATURE); in newPreference()
54 mCarUiEntry = (CarUiEntry) loadedClass.getConstructor(Context.class, Context.class) in EmbeddedCarUiController()