Searched refs:APPLICATION_ELEMENT (Results 1 – 1 of 1) sorted by relevance
72 private final ElementDescriptor APPLICATION_ELEMENT; field in AndroidManifestDescriptors92 …APPLICATION_ELEMENT = createElement("application", null, Mandatory.MANDATORY_LAST); //$NON-NLS-1$ … in AndroidManifestDescriptors()105 APPLICATION_ELEMENT, in AndroidManifestDescriptors()136 return APPLICATION_ELEMENT; in getApplicationElement()220 elementDescs.put(APPLICATION_ELEMENT.getXmlLocalName(), APPLICATION_ELEMENT); in updateDescriptors() local