Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp264 DEBUGGABLE_ATTR = 0x0101000f, enumerator
1470 DEBUGGABLE_ATTR, 0, &error); in doDump()
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp54 DEBUGGABLE_ATTR = 0x0101000f, enumerator
711 debuggable = GetAttributeIntegerDefault(FindAttribute(element, DEBUGGABLE_ATTR), 0); in Extract()