HomeSort by relevance Sort by last modified time
    Searched full:appelement (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 254 ElementDescriptor appElement = desc.getApplicationElement();
256 if (appElement != null) {
258 appElement.getXmlName());
346 ElementDescriptor appElement = manifestDescriptor.getApplicationElement();
349 if (ui_node.getDescriptor() == appElement) {
355 mUiManifestNode.appendNewUiChild(appElement);
358 appElement = manifestDescriptor.getUsesSdkElement();
361 if (ui_node.getDescriptor() == appElement) {
367 mUiManifestNode.appendNewUiChild(appElement);

Completed in 2993 milliseconds