Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlUtil.h28 constexpr const char16_t* kSchemaAuto = u"http://schemas.android.com/apk/res-auto"; variable
DXmlUtil.cpp45 } else if (namespaceUri == kSchemaAuto) { in extractPackageFromNamespace()