Searched refs:onlyIfEmpty (Results 1 – 2 of 2) sorted by relevance
192 bool onlyIfEmpty = false);418 void appendComment(const String16& comment, bool onlyIfEmpty = false);
2065 bool onlyIfEmpty) in appendComment() argument2077 c->appendComment(comment, onlyIfEmpty); in appendComment()3831 bool onlyIfEmpty) in appendComment() argument3836 if (onlyIfEmpty && mComment.size() > 0) { in appendComment()