Home
last modified time | relevance | path

Searched refs:addExcludeAnnotation (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java952 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2");
982 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2");
1001 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2");
1047 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2");
1056 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation");
1065 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation");
1069 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3");
1078 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2");
1341 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2");
1366 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2");
[all …]
DDeviceTestCaseTest.java174 test.addExcludeAnnotation("com.android.tradefed.testtype.DeviceTestCaseTest$MyAnnotation2"); in testRun_includeAnnotationFiltering()
221 test.addExcludeAnnotation( in testRun_excludeAnnotationFiltering()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceTestCase.java273 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in DeviceTestCase
275 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
DITestAnnotationFilterReceiver.java36 void addExcludeAnnotation(String notAnnotation); in addExcludeAnnotation() method
DHostTest.java411 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in HostTest
413 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
DAndroidJUnitTest.java282 public void addExcludeAnnotation(String excludeAnnotation) { in addExcludeAnnotation() method in AndroidJUnitTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java61 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in InstantAppHandlerTest.TestFilterable
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java101 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in TestFilterHelper
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java254 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in TestSuiteStub