Searched refs:sConstructorMap (Results 1 – 1 of 1) sorted by relevance
41 private static final HashMap<String, Constructor<?>> sConstructorMap = field in PreferenceInflater56 Constructor<?> constructor = sConstructorMap.get(name); in newPreference()63 sConstructorMap.put(name, constructor); in newPreference()