Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp263 DEBUGGABLE_ATTR = 0x0101000f, enumerator
1469 DEBUGGABLE_ATTR, 0, &error); in doDump()
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp54 DEBUGGABLE_ATTR = 0x0101000f, enumerator
713 debuggable = GetAttributeIntegerDefault(FindAttribute(element, DEBUGGABLE_ATTR), 0); in Extract()