Home
last modified time | relevance | path

Searched refs:getIncludeAnnotations (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java49 Set<String> getIncludeAnnotations(); in getIncludeAnnotations() method
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java72 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in InstantAppHandlerTest.TestFilterable
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java289 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in DeviceTestCase
DAndroidJUnitTest.java289 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in AndroidJUnitTest
DIsolatedHostTest.java509 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in IsolatedHostTest
DHostTest.java440 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in HostTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java279 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in TestSuiteStub
DBaseTestSuiteTest.java440 assertEquals(0, testSuiteStub.getIncludeAnnotations().size()); in testLoadTests_parameterizedModule()