Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java52 Set<String> getExcludeAnnotations(); in getExcludeAnnotations() method
DDeviceTestCase.java295 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in DeviceTestCase
DAndroidJUnitTest.java302 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in AndroidJUnitTest
DHostTest.java433 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in HostTest
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandler.java59 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java66 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in InstantAppHandlerTest.TestFilterable
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DBaseTestSuiteTest.java343 .getExcludeAnnotations() in testLoadTests_parameterizedModule()
349 .getExcludeAnnotations() in testLoadTests_parameterizedModule()
DTestSuiteStub.java274 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in TestSuiteStub