Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java155 if (isExcluded(annotationsList)) { in shouldTestRun()
161 private boolean isExcluded(Collection<Annotation> annotationsList) { in isExcluded() method in TestFilterHelper
207 if (isExcluded(Arrays.asList(classObj.getAnnotations()))) { in shouldRun()
212 && isExcluded(Arrays.asList(method.getAnnotations()))) { in shouldRun()