Home
last modified time | relevance | path

Searched refs:annotatedElement (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java137 public boolean shouldTestRun(AnnotatedElement annotatedElement) { in shouldTestRun() argument
138 return shouldTestRun(Arrays.asList(annotatedElement.getAnnotations())); in shouldTestRun()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DHostTest.java868 protected boolean shouldTestRun(AnnotatedElement annotatedElement) { in shouldTestRun() argument
869 return mFilterHelper.shouldTestRun(annotatedElement); in shouldTestRun()