Lines Matching refs:String8
104 bool TaskGeneric::parseAttribute(const android::String8& name, const android::String8& value)
116 void TaskGeneric::registerSupportedStringAttributes(const android::String8* keys[])
125 bool TaskGeneric::addStringAttribute(const android::String8& key, const android::String8& value)
127 std::set<android::String8, android::String8>::iterator it = mAllowedStringAttributes.find(key);
135 bool TaskGeneric::findStringAttribute(const android::String8& key, android::String8& value) const
137 std::map<android::String8, android::String8>::const_iterator it = mStringAttributes.find(key);