Home
last modified time | relevance | path

Searched refs:attrName2 (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
206 xml::Attribute* attr2 = el->FindAttribute(xml::kSchemaAndroid, attrName2); in RequiredOneAndroidAttribute()
210 << "' or 'android:" << attrName2 << "'"); in RequiredOneAndroidAttribute()
216 << "' or 'android:" << attrName2 << "'"); in RequiredOneAndroidAttribute()