Home
last modified time | relevance | path

Searched refs:addIncludeAnnotation (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java31 void addIncludeAnnotation(String annotation); in addIncludeAnnotation() method
DDeviceTestCase.java231 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in DeviceTestCase
233 mFilterHelper.addIncludeAnnotation(annotation); in addIncludeAnnotation()
DAndroidJUnitTest.java211 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in AndroidJUnitTest
DHostTest.java358 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in HostTest
360 mFilterHelper.addIncludeAnnotation(annotation); in addIncludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java89 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestFilterHelper
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java846 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_testcaseAnnotationFiltering()
884 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_testcaseBothAnnotationFiltering()
903 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_testcaseMultiInclude()
904 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcaseMultiInclude()
921 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldTestRun_Success()
930 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldTestRunMulti_Success()
1688 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testClassAnnotation_includeAll()
1723 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testMethodAnnotation_includeAll()
1742 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testMethodAnnotation_includeAll_collect()
1762 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testMethodAnnotation_inherited()
DDeviceSuiteTest.java190 mHostTest.addIncludeAnnotation( in testRun_withFiltering()
DDeviceTestCaseTest.java172 test.addIncludeAnnotation( in testRun_includeAnnotationFiltering()