Searched refs:mStringAttributes (Results 1 – 2 of 2) sorted by relevance
131 mStringAttributes[key] = value; in addStringAttribute()137 std::map<android::String8, android::String8>::const_iterator it = mStringAttributes.find(key); in findStringAttribute()138 if (it == mStringAttributes.end()) { in findStringAttribute()
113 std::map<android::String8, android::String8> mStringAttributes; variable