Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp276 TEST_ONLY_ATTR = 0x01010272, enumerator
1429 int32_t testOnly = AaptXml::getIntegerAttribute(tree, TEST_ONLY_ATTR, 0, in doDump()
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp68 TEST_ONLY_ATTR = 0x01010272, enumerator
710 test_only = GetAttributeIntegerDefault(FindAttribute(element, TEST_ONLY_ATTR), 0); in Extract()