Searched refs:TARGET_API (Results 1 – 3 of 3) sorted by relevance
138 .filter(a -> Processors.hasAnnotation(a, AndroidClassNames.TARGET_API)) in copyConstructor()152 if (Processors.hasAnnotation(element, AndroidClassNames.TARGET_API)) { in copyLintAnnotations()155 Processors.getAnnotationMirror(element, AndroidClassNames.TARGET_API))); in copyLintAnnotations()
123 AnnotationSpec.builder(AndroidClassNames.TARGET_API).addMember("value", "21").build()); in constructorMethod()
38 public static final ClassName TARGET_API = get("android.annotation", "TargetApi"); field in AndroidClassNames