HomeSort by relevance Sort by last modified time
    Searched refs:kSchemaAndroid (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/xml/
XmlUtil.h 31 constexpr const char16_t* kSchemaAndroid = u"http://schemas.android.com/apk/res/android";
  /frameworks/base/tools/aapt2/link/
ManifestFixer.cpp 55 if (xml::Attribute* attr = el->findAttribute(xml::kSchemaAndroid, u"name")) {
62 if (xml::Attribute* attr = el->findAttribute(xml::kSchemaAndroid, u"name")) {
120 if (el->findAttribute(xml::kSchemaAndroid, u"versionName") == nullptr) {
122 xml::kSchemaAndroid,
129 if (el->findAttribute(xml::kSchemaAndroid, u"versionCode") == nullptr) {
131 xml::kSchemaAndroid,
145 el->findAttribute(xml::kSchemaAndroid, u"minSdkVersion") == nullptr) {
148 xml::kSchemaAndroid, u"minSdkVersion",
153 el->findAttribute(xml::kSchemaAndroid, u"targetSdkVersion") == nullptr) {
156 xml::kSchemaAndroid, u"targetSdkVersion"
    [all...]
  /frameworks/base/tools/aapt2/java/
ProguardRules.cpp 83 } else if (node->namespaceUri == xml::kSchemaAndroid) {
91 } else if (checkName && attr.namespaceUri == xml::kSchemaAndroid &&
94 } else if (attr.namespaceUri == xml::kSchemaAndroid && attr.name == u"onClick") {
114 xml::Attribute* attr = node->findAttribute(xml::kSchemaAndroid, u"fragment");
156 xml::Attribute* attr = node->findAttribute(xml::kSchemaAndroid, u"backupAgent");
171 xml::Attribute* attr = node->findAttribute(xml::kSchemaAndroid, u"name");
ManifestClassGenerator.cpp 63 xml::Attribute* attr = el->findAttribute(xml::kSchemaAndroid, u"name");

Completed in 130 milliseconds