Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp47 struct AnnotationRule { struct
59 static std::array<AnnotationRule, 2> sAnnotationRules = {{
60 {"@SystemApi", AnnotationRule::kSystemApi, "@android.annotation.SystemApi"},
61 {"@TestApi", AnnotationRule::kTestApi, "@android.annotation.TestApi"},
69 annotation_parameter_map_[AnnotationRule::kDeprecated] = ""; in AppendCommentLine()
72 for (const AnnotationRule& rule : sAnnotationRules) { in AppendCommentLine()
81 if (is_match && rule.bit_mask == AnnotationRule::kSystemApi) { in AppendCommentLine()
135 if (annotation_parameter_map_.find(AnnotationRule::kDeprecated) != in Print()
140 for (const AnnotationRule& rule : sAnnotationRules) { in Print()