Home
last modified time | relevance | path

Searched refs:mExcludeAnnotation (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java73 protected Set<String> mExcludeAnnotation = new HashSet<String>(); field in DeviceTestCase
89 mIncludeAnnotation, mExcludeAnnotation); in DeviceTestCase()
95 mIncludeAnnotation, mExcludeAnnotation); in DeviceTestCase()
171 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotation); in run()
274 mExcludeAnnotation.add(notAnnotation); in addExcludeAnnotation()
283 mExcludeAnnotation.addAll(notAnnotations); in addAllExcludeAnnotation()
296 return mExcludeAnnotation; in getExcludeAnnotations()
309 mExcludeAnnotation.clear(); in clearExcludeAnnotations()
DAndroidJUnitTest.java126 private Set<String> mExcludeAnnotation = new HashSet<>(); field in AndroidJUnitTest
276 mExcludeAnnotation.add(excludeAnnotation); in addExcludeAnnotation()
284 mExcludeAnnotation.addAll(excludeAnnotations); in addAllExcludeAnnotation()
296 return mExcludeAnnotation; in getExcludeAnnotations()
308 mExcludeAnnotation.clear(); in clearExcludeAnnotations()
417 if (!mExcludeAnnotation.isEmpty()) { in setRunnerArgs()
419 ArrayUtil.join(",", mExcludeAnnotation)); in setRunnerArgs()