Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java962 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation");
1000 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation");
1019 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation");
1020 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2");
1037 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation");
1046 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation");
1703 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3");
1738 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3");
1757 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3");
1777 mHostTest.addIncludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3");
DDeviceSuiteTest.java190 mHostTest.addIncludeAnnotation( in testRun_withFiltering()
DDeviceTestCaseTest.java172 test.addIncludeAnnotation( in testRun_includeAnnotationFiltering()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceTestCase.java255 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in DeviceTestCase
257 mFilterHelper.addIncludeAnnotation(annotation); in addIncludeAnnotation()
DITestAnnotationFilterReceiver.java31 void addIncludeAnnotation(String annotation); in addIncludeAnnotation() method
DHostTest.java393 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in HostTest
395 mFilterHelper.addIncludeAnnotation(annotation); in addIncludeAnnotation()
DAndroidJUnitTest.java266 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in AndroidJUnitTest
/tools/tradefederation/contrib/src/com/android/scenario/
DAppSetup.java51 addIncludeAnnotation("android.platform.test.scenario.annotation.AppSetup"); in AppSetup()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java56 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in InstantAppHandlerTest.TestFilterable
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java87 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestFilterHelper
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java249 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation() method in TestSuiteStub