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.java150 public boolean shouldTestRun(AnnotatedElement annotatedElement) { in shouldTestRun() argument
151 return shouldTestRun(Arrays.asList(annotatedElement.getAnnotations())); in shouldTestRun()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DHostTest.java998 protected boolean shouldTestRun(AnnotatedElement annotatedElement) { in shouldTestRun() argument
999 return mFilterHelper.shouldTestRun(annotatedElement); in shouldTestRun()