Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java160 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotation); in run()
282 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in DeviceTestCase
284 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
DHostTest.java387 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in countTestCases()
477 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in HostTest
479 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
558 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in run()
907 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in getTestMethods()
1269 ((ITestAnnotationFilterReceiver) test).addAllExcludeAnnotation( in applyFilters()
DAndroidJUnitTest.java311 public void addAllExcludeAnnotation(Set<String> excludeAnnotations) { in addAllExcludeAnnotation() method in AndroidJUnitTest
DIsolatedHostTest.java1079 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in IsolatedHostTest
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() method
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandler.java65 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
DRunOnSdkSandboxHandler.java61 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
DSecondaryUserHandler.java109 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/
DTestFilterable.java70 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestFilterable
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/multiuser/
DRunOnSecondaryUserParameterHandler.java70 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
DProfileParameterHandler.java81 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/multiuser/
DRunOnWorkProfileParameterHandlerTest.java76 test.addAllExcludeAnnotation(Set.of( in applySetup_removesRequireRunOnWorkProfileFromExcludeFilters()
DRunOnSecondaryUserParameterHandlerTest.java78 test.addAllExcludeAnnotation(Set.of( in applySetup_removesRequireRunOnSecondaryUserFromExcludeFilters()
DRunOnCloneProfileParameterHandlerTest.java76 test.addAllExcludeAnnotation(Set.of( in applySetup_removesRequireRunOnCloneProfileFromExcludeFilters()
DRunOnPrivateProfileParameterHandlerTest.java78 test.addAllExcludeAnnotation(Set.of( in applySetup_removesRequireRunOnPrivateProfileFromExcludeFilters()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java118 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestFilterHelper
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DTestSuiteStub.java275 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestSuiteStub