Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandler.java56 ITestAnnotationFilterReceiver filterTest = (ITestAnnotationFilterReceiver) test; in applySetup() local
59 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
65 filterTest.clearExcludeAnnotations(); in applySetup()
66 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
DSecondaryUserHandler.java56 ITestAnnotationFilterReceiver filterTest = (ITestAnnotationFilterReceiver) test; in applySetup() local
59 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
63 filterTest.clearExcludeAnnotations(); in applySetup()
64 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java555 String filterTest = filter.getTest(); in createFilterFile() local
556 if (filterTest != null) { in createFilterFile()
557 out.println(filterTest); in createFilterFile()