Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() method
/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.java383 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in countTestCases()
473 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in HostTest
475 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
554 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in run()
903 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in getTestMethods()
1265 ((ITestAnnotationFilterReceiver) test).addAllExcludeAnnotation( in applyFilters()
DAndroidJUnitTest.java320 public void addAllExcludeAnnotation(Set<String> excludeAnnotations) { in addAllExcludeAnnotation() method in AndroidJUnitTest
DIsolatedHostTest.java994 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in IsolatedHostTest
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/
DRunOnSdkSandboxHandler.java61 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
DInstantAppHandler.java65 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.java67 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
DProfileParameterHandler.java80 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/multiuser/
DRunOnSecondaryUserParameterHandlerTest.java74 test.addAllExcludeAnnotation( in applySetup_removesRequireRunOnSecondaryUserFromExcludeFilters()
DRunOnWorkProfileParameterHandlerTest.java74 test.addAllExcludeAnnotation( in applySetup_removesRequireRunOnWorkProfileFromExcludeFilters()
DRunOnCloneProfileParameterHandlerTest.java74 test.addAllExcludeAnnotation( in applySetup_removesRequireRunOnCloneProfileFromExcludeFilters()
DRunOnPrivateProfileParameterHandlerTest.java74 test.addAllExcludeAnnotation( in applySetup_removesRequireRunOnPrivateProfileFromExcludeFilters()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java117 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