Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java49 Set<String> getIncludeAnnotations(); in getIncludeAnnotations() method
DDeviceTestCase.java289 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in DeviceTestCase
DAndroidJUnitTest.java296 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in AndroidJUnitTest
DHostTest.java427 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in HostTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java71 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in InstantAppHandlerTest.TestFilterable
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java269 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in TestSuiteStub
DBaseTestSuiteTest.java339 assertEquals(0, testSuiteStub.getIncludeAnnotations().size()); in testLoadTests_parameterizedModule()