Searched refs:mIncludeAnnotation (Results 1 – 2 of 2) sorted by relevance
68 protected Set<String> mIncludeAnnotation = new HashSet<String>(); field in DeviceTestCase89 mIncludeAnnotation, mExcludeAnnotation); in DeviceTestCase()95 mIncludeAnnotation, mExcludeAnnotation); in DeviceTestCase()172 mFilterHelper.addAllIncludeAnnotation(mIncludeAnnotation); in run()256 mIncludeAnnotation.add(annotation); in addIncludeAnnotation()265 mIncludeAnnotation.addAll(annotations); in addAllIncludeAnnotation()290 return mIncludeAnnotation; in getIncludeAnnotations()302 mIncludeAnnotation.clear(); in clearIncludeAnnotations()
120 private Set<String> mIncludeAnnotation = new HashSet<>(); field in AndroidJUnitTest260 mIncludeAnnotation.add(annotation); in addIncludeAnnotation()268 mIncludeAnnotation.addAll(annotations); in addAllIncludeAnnotation()290 return mIncludeAnnotation; in getIncludeAnnotations()302 mIncludeAnnotation.clear(); in clearIncludeAnnotations()413 if (!mIncludeAnnotation.isEmpty()) { in setRunnerArgs()415 ArrayUtil.join(",", mIncludeAnnotation)); in setRunnerArgs()