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

/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp491 std::string properAnnotation = "@"; local
492 properAnnotation += annotation;
493 processor->appendComment(properAnnotation);
/frameworks/base/tools/aapt2/link/
H A DLink.cpp781 std::string properAnnotation = "@"; local
782 properAnnotation += annotation;
783 manifestClass->getCommentBuilder()->appendComment(properAnnotation);

Completed in 545 milliseconds