Home
last modified time | relevance | path

Searched refs:mApplicationLabel (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestInfo.java242 private String mApplicationLabel; field in ManifestInfo
333 mApplicationLabel = null; in sync()
363 mApplicationLabel = application.getAttributeNS(NS_RESOURCES, ATTRIBUTE_LABEL); in sync()
515 return mApplicationLabel; in getApplicationLabel()