Home
last modified time | relevance | path

Searched defs:shouldTestRun (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() method in TestFilterHelper
160 public boolean shouldTestRun(Description desc) { in shouldTestRun() method in TestFilterHelper
167 private boolean shouldTestRun(Collection<Annotation> annotationsList) { in shouldTestRun() method in TestFilterHelper
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DHostTest.java998 protected boolean shouldTestRun(AnnotatedElement annotatedElement) { in shouldTestRun() method in HostTest