Home
last modified time | relevance | path

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

/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.java424 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
425 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
426 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
DIsolatedHostTest.java491 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
492 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java62 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
63 mReceivedFiltered.add(notAnnotation); in addExcludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java107 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
108 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java264 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
265 mExcludeAnnotationFilter.add(notAnnotation); in addExcludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java36 void addExcludeAnnotation(String notAnnotation); in addExcludeAnnotation() argument