Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.h91 void setComment(const StringPiece16& str) { in setComment() function
95 void setComment(std::u16string&& str) { in setComment() function
/frameworks/base/core/java/android/text/util/
DRfc822Token.java80 public void setComment(@Nullable String comment) { in setComment() method in Rfc822Token
/frameworks/base/tools/aapt2/test/
DBuilders.h159 ValueBuilder& setComment(const StringPiece16& str) { in setComment() function