Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.h192 bool onlyIfEmpty = false);
418 void appendComment(const String16& comment, bool onlyIfEmpty = false);
H A DResourceTable.cpp2065 bool onlyIfEmpty) in appendComment() argument
2077 c->appendComment(comment, onlyIfEmpty); in appendComment()
3822 bool onlyIfEmpty) in appendComment() argument
3827 if (onlyIfEmpty && mComment.size() > 0) { in appendComment()