Searched refs:annotationType (Results 1 – 7 of 7) sorted by relevance
88 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { in getAnnotation() argument90 if (each.annotationType().equals(annotationType)) { in getAnnotation()91 return annotationType.cast(each); in getAnnotation()
100 if (neededAnnotation.contains(a.annotationType().getName())) { in checkIncludeAnnotations()101 neededAnnotation.remove(a.annotationType().getName()); in checkIncludeAnnotations()115 if (mExcludeAnnotations.contains(a.annotationType().getName())) { in checkExcludeAnnotations()
183 if (mExcludeAnnotations.contains(a.annotationType().getName())) { in isExcluded()197 if (neededAnnotation.contains(a.annotationType().getName())) { in isIncluded()198 neededAnnotation.remove(a.annotationType().getName()); in isIncluded()
38 public Class<? extends Annotation> annotationType() { in annotationType() method in TestDescriptionTest.TestAnnotation46 public Class<? extends Annotation> annotationType() { in annotationType() method in TestDescriptionTest.TestAnnotation2
272 public Class<? extends Annotation> annotationType() { in annotationType() method in DeviceJUnit4ClassRunner.MetricAnnotation332 public Class<? extends Annotation> annotationType() { in annotationType() method in DeviceJUnit4ClassRunner.LogAnnotation
747 if (a.annotationType() != null && a.annotationType().equals(Ignore.class)) { in findIgnoredClass()
375 public Class<? extends Annotation> annotationType() { in annotationType() method in BaseDeviceMetricCollectorTest.TestAnnotation