Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp577 std::string proper_annotation = "@"; in AppendJavaDocAnnotations() local
578 proper_annotation += annotation; in AppendJavaDocAnnotations()
579 processor->AppendComment(proper_annotation); in AppendJavaDocAnnotations()
/frameworks/base/tools/aapt2/cmd/
DLink.cpp1229 std::string proper_annotation = "@"; in WriteManifestJavaFile() local
1230 proper_annotation += annotation; in WriteManifestJavaFile()
1231 manifest_class->GetCommentBuilder()->AppendComment(proper_annotation); in WriteManifestJavaFile()