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

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

Completed in 1962 milliseconds