Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/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()
DITestAnnotationFilterReceiver.java36 void addExcludeAnnotation(String notAnnotation); in addExcludeAnnotation() argument
DHostTest.java411 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
412 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
413 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java61 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
62 mReceivedFiltered.add(notAnnotation); in addExcludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java101 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
102 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java254 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument
255 mExcludeAnnotationFilter.add(notAnnotation); in addExcludeAnnotation()