Searched refs:mExcludeAnnotation (Results 1 – 2 of 2) sorted by relevance
73 protected Set<String> mExcludeAnnotation = new HashSet<String>(); field in DeviceTestCase89 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()
126 private Set<String> mExcludeAnnotation = new HashSet<>(); field in AndroidJUnitTest276 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()