Home
last modified time | relevance | path

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

/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
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DTestDescription.java88 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { in getAnnotation()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java375 public Class<? extends Annotation> annotationType() { in annotationType() method in BaseDeviceMetricCollectorTest.TestAnnotation