/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | ITestAnnotationFilterReceiver.java | 31 void addIncludeAnnotation(String annotation); in addIncludeAnnotation() method
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/ |
D | TestFilterable.java | 35 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestFilterable
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/multiuser/ |
D | RunOnSecondaryUserParameterHandler.java | 62 filterTest.addIncludeAnnotation(REQUIRE_RUN_ON_SECONDARY_USER_NAME); in applySetup()
|
D | ProfileParameterHandler.java | 75 filterTest.addIncludeAnnotation(mRequireRunOnProfileAnnotation); in applySetup()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | DeviceTestCase.java | 255 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in DeviceTestCase 257 mFilterHelper.addIncludeAnnotation(annotation); in addIncludeAnnotation()
|
D | AndroidJUnitTest.java | 296 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in AndroidJUnitTest
|
D | HostTest.java | 446 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in HostTest 448 mFilterHelper.addIncludeAnnotation(annotation); in addIncludeAnnotation()
|
D | IsolatedHostTest.java | 976 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in IsolatedHostTest
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/multiuser/ |
D | RunOnSecondaryUserParameterHandlerTest.java | 61 test.addIncludeAnnotation(EXISTING_ANNOTATION_FILTER); in applySetup_replacesIncludeAnnotationsWithRequireRunOnSecondaryUser()
|
D | RunOnWorkProfileParameterHandlerTest.java | 61 test.addIncludeAnnotation(EXISTING_ANNOTATION_FILTER); in applySetup_replacesIncludeAnnotationsWithRequireRunOnWorkProfile()
|
D | RunOnCloneProfileParameterHandlerTest.java | 61 test.addIncludeAnnotation(EXISTING_ANNOTATION_FILTER); in applySetup_replacesIncludeAnnotationsWithRequireRunOnCloneProfile()
|
D | RunOnPrivateProfileParameterHandlerTest.java | 61 test.addIncludeAnnotation(EXISTING_ANNOTATION_FILTER); in applySetup_replacesIncludeAnnotationsWithRequireRunOnPrivateProfile()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | HostTestTest.java | 1085 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 …]
|
D | DeviceSuiteTest.java | 202 mHostTest.addIncludeAnnotation( in testRun_withFiltering()
|
D | DeviceTestCaseTest.java | 180 test.addIncludeAnnotation("com.android.tradefed.testtype.DeviceTestCaseTest$MyAnnotation1"); in testRun_includeAnnotationFiltering()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TestFilterHelper.java | 96 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestFilterHelper
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | TestSuiteStub.java | 260 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestSuiteStub
|