Home
last modified time | relevance | path

Searched refs:onlyIfEmpty (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.h192 bool onlyIfEmpty = false);
415 void appendComment(const String16& comment, bool onlyIfEmpty = false);
DResourceTable.cpp2057 bool onlyIfEmpty) in appendComment() argument
2069 c->appendComment(comment, onlyIfEmpty); in appendComment()
3821 bool onlyIfEmpty) in appendComment() argument
3826 if (onlyIfEmpty && mComment.size() > 0) { in appendComment()