Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp56 VALUE_ATTR = 0x01010024, enumerator
1925 value = GetAttributeStringDefault(FindAttribute(element, VALUE_ATTR), ""); in Extract()
1926 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract()
2415 value = GetAttributeStringDefault(FindAttribute(element, VALUE_ATTR), ""); in Extract()
2416 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract()
/frameworks/base/tools/aapt/
DCommand.cpp265 VALUE_ATTR = 0x01010024, enumerator
1937 printResolvedResourceAttribute(res, tree, VALUE_ATTR, String8("value"), in doDump()