Searched defs:annotation (Results 1 – 3 of 3) sorted by relevance
128 RequiresAdditionalFeatures annotation) { in apply()137 ITestDevice testDevice, RequiresProfileOwnerSupport annotation) in apply()
104 mAnnotationsMap.put(annotation.annotationType(), annotation); in calculateAnnotations() local151 Annotation annotation = annotations.get(index); in resolveRecursiveAnnotations() local160 private static List<Annotation> getReplacementAnnotations(Annotation annotation, in getReplacementAnnotations()326 Annotation annotation = annotations.get(index); in parseEnterpriseAnnotations() local
72 final Test annotation = method.getAnnotation(Test.class); in getTestMethod() local