Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java31 void addIncludeAnnotation(String annotation); in addIncludeAnnotation() method
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/
DTestFilterable.java35 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestFilterable
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/multiuser/
DRunOnSecondaryUserParameterHandler.java62 filterTest.addIncludeAnnotation(REQUIRE_RUN_ON_SECONDARY_USER_NAME); in applySetup()
DProfileParameterHandler.java75 filterTest.addIncludeAnnotation(mRequireRunOnProfileAnnotation); in applySetup()
/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()
DAndroidJUnitTest.java296 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in AndroidJUnitTest
DHostTest.java446 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in HostTest
448 mFilterHelper.addIncludeAnnotation(annotation); in addIncludeAnnotation()
DIsolatedHostTest.java976 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in IsolatedHostTest
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/multiuser/
DRunOnSecondaryUserParameterHandlerTest.java61 test.addIncludeAnnotation(EXISTING_ANNOTATION_FILTER); in applySetup_replacesIncludeAnnotationsWithRequireRunOnSecondaryUser()
DRunOnWorkProfileParameterHandlerTest.java61 test.addIncludeAnnotation(EXISTING_ANNOTATION_FILTER); in applySetup_replacesIncludeAnnotationsWithRequireRunOnWorkProfile()
DRunOnCloneProfileParameterHandlerTest.java61 test.addIncludeAnnotation(EXISTING_ANNOTATION_FILTER); in applySetup_replacesIncludeAnnotationsWithRequireRunOnCloneProfile()
DRunOnPrivateProfileParameterHandlerTest.java61 test.addIncludeAnnotation(EXISTING_ANNOTATION_FILTER); in applySetup_replacesIncludeAnnotationsWithRequireRunOnPrivateProfile()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DHostTestTest.java1085 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_testcaseAnnotationFiltering()
1125 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_testcaseBothAnnotationFiltering()
1146 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_testcaseMultiInclude()
1147 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcaseMultiInclude()
1165 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldTestRun_Success()
1175 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldTestRunMulti_Success()
1998 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testClassAnnotation_includeAll()
2035 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testMethodAnnotation_includeAll()
2055 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testMethodAnnotation_includeAll_collect()
2076 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testMethodAnnotation_inherited()
[all …]
DDeviceSuiteTest.java202 mHostTest.addIncludeAnnotation( in testRun_withFiltering()
DDeviceTestCaseTest.java180 test.addIncludeAnnotation("com.android.tradefed.testtype.DeviceTestCaseTest$MyAnnotation1"); in testRun_includeAnnotationFiltering()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java96 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestFilterHelper
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DTestSuiteStub.java260 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestSuiteStub