/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | ITestAnnotationFilterReceiver.java | 46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() method
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | DeviceTestCase.java | 160 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotation); in run() 282 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in DeviceTestCase 284 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
|
D | HostTest.java | 383 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()
|
D | AndroidJUnitTest.java | 320 public void addAllExcludeAnnotation(Set<String> excludeAnnotations) { in addAllExcludeAnnotation() method in AndroidJUnitTest
|
D | IsolatedHostTest.java | 994 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in IsolatedHostTest
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/ |
D | RunOnSdkSandboxHandler.java | 61 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
|
D | InstantAppHandler.java | 65 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
|
D | SecondaryUserHandler.java | 109 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/ |
D | TestFilterable.java | 70 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestFilterable
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/multiuser/ |
D | RunOnSecondaryUserParameterHandler.java | 67 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
|
D | ProfileParameterHandler.java | 80 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/multiuser/ |
D | RunOnSecondaryUserParameterHandlerTest.java | 74 test.addAllExcludeAnnotation( in applySetup_removesRequireRunOnSecondaryUserFromExcludeFilters()
|
D | RunOnWorkProfileParameterHandlerTest.java | 74 test.addAllExcludeAnnotation( in applySetup_removesRequireRunOnWorkProfileFromExcludeFilters()
|
D | RunOnCloneProfileParameterHandlerTest.java | 74 test.addAllExcludeAnnotation( in applySetup_removesRequireRunOnCloneProfileFromExcludeFilters()
|
D | RunOnPrivateProfileParameterHandlerTest.java | 74 test.addAllExcludeAnnotation( in applySetup_removesRequireRunOnPrivateProfileFromExcludeFilters()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TestFilterHelper.java | 117 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestFilterHelper
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | TestSuiteStub.java | 275 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestSuiteStub
|