Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java1032 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_testcaseAnnotationFiltering()
1070 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_testcaseBothAnnotationFiltering()
1090 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_testcaseMultiInclude()
1091 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcaseMultiInclude()
1108 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldTestRun_Success()
1117 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldTestRunMulti_Success()
1845 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testClassAnnotation_includeAll()
1880 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testMethodAnnotation_includeAll()
1899 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testMethodAnnotation_includeAll_collect()
1919 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testMethodAnnotation_inherited()
DDeviceSuiteTest.java198 mHostTest.addIncludeAnnotation( in testRun_withFiltering()
DDeviceTestCaseTest.java181 test.addIncludeAnnotation( in testRun_includeAnnotationFiltering()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java255 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in DeviceTestCase
257 mFilterHelper.addIncludeAnnotation(annotation); in addIncludeAnnotation()
DHostTest.java406 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in HostTest
408 mFilterHelper.addIncludeAnnotation(annotation); in addIncludeAnnotation()
DAndroidJUnitTest.java259 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in AndroidJUnitTest
DIsolatedHostTest.java485 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in IsolatedHostTest
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java31 void addIncludeAnnotation(String annotation); in addIncludeAnnotation() method
/tools/tradefederation/contrib/src/com/android/scenario/
DAppSetup.java57 addIncludeAnnotation("android.platform.test.scenario.annotation.AppSetup"); in AppSetup()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java57 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in InstantAppHandlerTest.TestFilterable
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java93 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestFilterHelper
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java259 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestSuiteStub