Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp26 static const std::string sSystemApi = "@SystemApi"; in appendCommentLine() local
32 std::string::size_type idx = comment.find(sSystemApi); in appendCommentLine()
35 comment.erase(comment.begin() + idx, comment.begin() + idx + sSystemApi.size()); in appendCommentLine()