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

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

Completed in 70 milliseconds