Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp552 std::string proper_annotation = "@"; in AppendJavaDocAnnotations() local
553 proper_annotation += annotation; in AppendJavaDocAnnotations()
554 processor->AppendComment(proper_annotation); in AppendJavaDocAnnotations()
/frameworks/base/tools/aapt2/cmd/
DLink.cpp993 std::string proper_annotation = "@"; in WriteManifestJavaFile() local
994 proper_annotation += annotation; in WriteManifestJavaFile()
995 manifest_class->GetCommentBuilder()->AppendComment(proper_annotation); in WriteManifestJavaFile()