Home | History | Annotate | Download | only in descriptors

Lines Matching refs:overrides

175         // -- setup the required attributes overrides --
180 // -- setup the various attribute format overrides --
185 Map<String, ITextAttributeCreator> overrides = new HashMap<String, ITextAttributeCreator>();
187 overrides.put("*/icon", ReferenceAttributeDescriptor.CREATOR); //$NON-NLS-1$
189 overrides.put("*/theme", ThemeAttributeDescriptor.CREATOR); //$NON-NLS-1$
190 overrides.put("*/permission", ListAttributeDescriptor.CREATOR); //$NON-NLS-1$
191 overrides.put("*/targetPackage", ManifestPkgAttrDescriptor.CREATOR); //$NON-NLS-1$
193 overrides.put("uses-library/name", ListAttributeDescriptor.CREATOR); //$NON-NLS-1$
194 overrides.put("action,category,uses-permission/" + ANDROID_NAME_ATTR, //$NON-NLS-1$
197 overrides.put("application/" + ANDROID_NAME_ATTR, //$NON-NLS-1$
200 overrideClassName(overrides, "activity", SdkConstants.CLASS_ACTIVITY); //$NON-NLS-1$
201 overrideClassName(overrides, "receiver", SdkConstants.CLASS_BROADCASTRECEIVER); //$NON-NLS-1$
202 overrideClassName(overrides, "service", SdkConstants.CLASS_SERVICE); //$NON-NLS-1$
203 overrideClassName(overrides, "provider", SdkConstants.CLASS_CONTENTPROVIDER); //$NON-NLS-1$
204 overrideClassName(overrides, "instrumentation", SdkConstants.CLASS_INSTRUMENTATION); //$NON-NLS-1$
224 overrides,
243 Map<String, ITextAttributeCreator> overrides,
246 overrides.put(elementName + "/" + ANDROID_NAME_ATTR,
307 * Creates an element with no attribute overrides.
313 // Creates an element with no attribute overrides.
361 * @param overridesoverrides (to customize the type of the attribute
374 Map<String, ITextAttributeCreator> overrides,
396 overrides);
428 overrides,