Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp46 struct AnnotationRule { struct
58 static std::array<AnnotationRule, 2> sAnnotationRules = {{
59 {"@SystemApi", AnnotationRule::kSystemApi, "@android.annotation.SystemApi"},
60 {"@TestApi", AnnotationRule::kTestApi, "@android.annotation.TestApi"},
68 annotation_bit_mask_ |= AnnotationRule::kDeprecated; in AppendCommentLine()
71 for (const AnnotationRule& rule : sAnnotationRules) { in AppendCommentLine()
122 if (annotation_bit_mask_ & AnnotationRule::kDeprecated) { in Print()
126 for (const AnnotationRule& rule : sAnnotationRules) { in Print()