Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/
DTestFilterable.java40 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
41 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java36 void addExcludeAnnotation(String notAnnotation); in addExcludeAnnotation() argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java273 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
274 mExcludeAnnotation.add(notAnnotation); in addExcludeAnnotation()
275 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
DHostTest.java464 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
465 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
466 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
DIsolatedHostTest.java982 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
983 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java110 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
111 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DTestSuiteStub.java265 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
266 mExcludeAnnotationFilter.add(notAnnotation); in addExcludeAnnotation()