Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp40 LABEL_ATTR = 0x01010001, enumerator
530 label = GetAttributeStringDefault(FindAttribute(element, LABEL_ATTR), ""); in Extract()
543 auto attr = FindAttribute(element, LABEL_ATTR); in Extract()
804 label = GetAttributeStringDefault(FindAttribute(element, LABEL_ATTR), ""); in Extract()
1236 label = GetAttributeStringDefault(FindAttribute(element, LABEL_ATTR), ""); in Extract()
/frameworks/base/tools/aapt/
DCommand.cpp256 LABEL_ATTR = 0x01010001, enumerator
1393 String8 llabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, in doDump()
1593 group.label = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, &error); in doDump()
1778 activityLabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, in doDump()