Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DGenerators.java138 .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()
DViewGenerator.java123 AnnotationSpec.builder(AndroidClassNames.TARGET_API).addMember("value", "21").build()); in constructorMethod()
/external/dagger2/java/dagger/hilt/android/processor/internal/
DAndroidClassNames.java38 public static final ClassName TARGET_API = get("android.annotation", "TargetApi"); field in AndroidClassNames