Home
last modified time | relevance | path

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

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