Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/link/
DManifestFixer.cpp116 const std::string& attrName1, const std::string& attrName2) { in RequiredOneAndroidAttribute() argument
118 xml::Attribute* attr1 = el->FindAttribute(xml::kSchemaAndroid, attrName1); in RequiredOneAndroidAttribute()
122 << "<" << el->name << "> is missing required attribute 'android:" << attrName1 in RequiredOneAndroidAttribute()
128 << "<" << el->name << "> can only specify one of attribute 'android:" << attrName1 in RequiredOneAndroidAttribute()