Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.h66 void AppendComment(android::StringPiece comment, bool add_api_annotations = true);
79 void AppendCommentLine(std::string line, bool add_api_annotations);
DAnnotationProcessor.cpp67 void AnnotationProcessor::AppendCommentLine(std::string comment, bool add_api_annotations) { in AppendCommentLine() argument
70 if (add_api_annotations) { in AppendCommentLine()
114 void AnnotationProcessor::AppendComment(StringPiece comment, bool add_api_annotations) { in AppendComment() argument
119 AppendCommentLine(std::string(line), add_api_annotations); in AppendComment()