Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/
H A DCommand.cpp263 DEBUGGABLE_ATTR = 0x0101000f, enumerator
1456 DEBUGGABLE_ATTR, 0, &error); in doDump()
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp48 DEBUGGABLE_ATTR = 0x0101000f, enumerator
536 debuggable = GetAttributeIntegerDefault(FindAttribute(element, DEBUGGABLE_ATTR), 0); in Extract()