Home
last modified time | relevance | path

Searched defs:testClassElement (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DDaggerSuperficialValidationTest.java84 XTypeElement testClassElement = processingEnv.findTypeElement("test.TestClass"); in missingReturnType() local
122 XTypeElement testClassElement = processingEnv.findTypeElement("test.TestClass"); in missingGenericReturnType() local
163 XTypeElement testClassElement = processingEnv.findTypeElement("test.TestClass"); in missingReturnTypeTypeParameter() local
203 XTypeElement testClassElement = processingEnv.findTypeElement("test.TestClass"); in missingTypeParameter() local
241 XTypeElement testClassElement = processingEnv.findTypeElement("test.TestClass"); in missingParameterType() local
278 XTypeElement testClassElement = processingEnv.findTypeElement("test.TestClass"); in missingAnnotation() local
368 XTypeElement testClassElement = processingEnv.findTypeElement("test.TestClass"); in missingWildcardBound() local
408 XTypeElement testClassElement = processingEnv.findTypeElement("test.TestClass"); in missingIntersection() local
456 XTypeElement testClassElement = processingEnv.findTypeElement("test.Outer.TestClass"); in invalidAnnotationValue() local
521 XTypeElement testClassElement = processingEnv.findTypeElement("test.Outer.TestClass"); in invalidAnnotationValueOnParameter() local