Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java68 protected Set<String> mIncludeAnnotation = new HashSet<String>(); field in DeviceTestCase
89 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()
DAndroidJUnitTest.java120 private Set<String> mIncludeAnnotation = new HashSet<>(); field in AndroidJUnitTest
260 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()