Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp587 std::string proper_annotation = "@"; in AppendJavaDocAnnotations() local
588 proper_annotation += annotation; in AppendJavaDocAnnotations()
589 processor->AppendComment(proper_annotation); in AppendJavaDocAnnotations()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1368 std::string proper_annotation = "@"; in WriteManifestJavaFile() local
1369 proper_annotation += annotation; in WriteManifestJavaFile()
1370 manifest_class->GetCommentBuilder()->AppendComment(proper_annotation); in WriteManifestJavaFile()