Searched refs:mAllowedStringAttributes (Results 1 – 2 of 2) sorted by relevance
120 mAllowedStringAttributes.insert(*keys[i]); in registerSupportedStringAttributes()127 auto it = mAllowedStringAttributes.find(key); in addStringAttribute()128 if (it == mAllowedStringAttributes.end()) { in addStringAttribute()
112 std::set<android::String8> mAllowedStringAttributes; variable