Home
last modified time | relevance | path

Searched defs:SetComment (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceValues.h105 void SetComment(android::StringPiece str) { in SetComment() function
109 void SetComment(std::string&& str) { in SetComment() function
/frameworks/base/tools/aapt2/test/
DBuilders.h99 ValueBuilder& SetComment(android::StringPiece str) { in SetComment() function
DBuilders.cpp180 AttributeBuilder& AttributeBuilder::SetComment(StringPiece comment) { in SetComment() function in aapt::test::AttributeBuilder