Searched refs:annotationType (Results 1 – 8 of 8) sorted by relevance
185 override fun <T : Annotation> getAnnotation(annotationType: Class<T>): T? { in getAnnotation()188 annotationType == UseParametersRunnerFactory::class.java in getAnnotation()193 return super.getAnnotation(annotationType) in getAnnotation()204 override fun <T : Annotation> getAnnotation(annotationType: Class<T>): T? { in getAnnotation()205 if (annotationType == Parameters::class.java) { in getAnnotation()208 return super.getAnnotation(annotationType) in getAnnotation()
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()
110 if (neededAnnotation.contains(a.annotationType().getName())) { in checkIncludeAnnotations()111 neededAnnotation.remove(a.annotationType().getName()); in checkIncludeAnnotations()125 if (mExcludeAnnotations.contains(a.annotationType().getName())) { in checkExcludeAnnotations()
38 public Class<? extends Annotation> annotationType() { in annotationType() method in TestDescriptionTest.TestAnnotation56 public Class<? extends Annotation> annotationType() { in annotationType() method in TestDescriptionTest.TestAnnotation2
186 if (mExcludeAnnotations.contains(a.annotationType().getName())) { in isExcluded()200 if (neededAnnotation.contains(a.annotationType().getName())) { in isIncluded()201 neededAnnotation.remove(a.annotationType().getName()); in isIncluded()
275 public Class<? extends Annotation> annotationType() { in annotationType() method in DeviceJUnit4ClassRunner.MetricAnnotation352 public Class<? extends Annotation> annotationType() { in annotationType() method in DeviceJUnit4ClassRunner.LogAnnotation
806 if (a.annotationType() != null && a.annotationType().equals(Ignore.class)) { in findIgnoredClass()
380 public Class<? extends Annotation> annotationType() { in annotationType() method in BaseDeviceMetricCollectorTest.TestAnnotation