Home
last modified time | relevance | path

Searched refs:annotationType (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DTestDescription.java88 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { in getAnnotation() argument
90 if (each.annotationType().equals(annotationType)) { in getAnnotation()
91 return annotationType.cast(each); in getAnnotation()
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationFilter.java100 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()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java183 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()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DTestDescriptionTest.java38 public Class<? extends Annotation> annotationType() { in annotationType() method in TestDescriptionTest.TestAnnotation
46 public Class<? extends Annotation> annotationType() { in annotationType() method in TestDescriptionTest.TestAnnotation2
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java272 public Class<? extends Annotation> annotationType() { in annotationType() method in DeviceJUnit4ClassRunner.MetricAnnotation
332 public Class<? extends Annotation> annotationType() { in annotationType() method in DeviceJUnit4ClassRunner.LogAnnotation
DHostTest.java747 if (a.annotationType() != null && a.annotationType().equals(Ignore.class)) { in findIgnoredClass()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java375 public Class<? extends Annotation> annotationType() { in annotationType() method in BaseDeviceMetricCollectorTest.TestAnnotation