Searched refs:constructor (Results 1 – 11 of 11) sorted by relevance
56 Constructor<?> constructor = sConstructorMap.get(name); in newPreference() local58 if (constructor == null) { in newPreference()62 constructor = clazz.getConstructor(CTOR_SIGNATURE); in newPreference()63 sConstructorMap.put(name, constructor); in newPreference()65 return (CameraPreference) constructor.newInstance(args); in newPreference()
121 final VCardEntryConstructor constructor = new VCardEntryConstructor(type); in getVCardEntries() local122 constructor.addEntryHandler(new VCardEntryHandler() { in getVCardEntries()134 parser.parse(new ByteArrayInputStream(mVCard), constructor); in getVCardEntries()138 parser.parse(new ByteArrayInputStream(mVCard), constructor); in getVCardEntries()
152 final VCardEntryConstructor constructor = in runInternal() local155 constructor.addEntryHandler(committer); in runInternal()156 constructor.addEntryHandler(this); in runInternal()170 successful = readOneVCard(is, estimatedVCardType, estimatedCharset, constructor, in runInternal()
80 public static Object newInstance(final Constructor<?> constructor, final Object ... args) { in newInstance() argument81 if (constructor == null) { in newInstance()85 return constructor.newInstance(args); in newInstance()
44 Constructor constructor = c.getConstructor( in getPresenter() local46 return (Presenter) constructor.newInstance(context, view, model); in getPresenter()
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...