Home
last modified time | relevance | path

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

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