Home
last modified time | relevance | path

Searched refs:testTypes (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DModuleTestTypeUtil.java58 List<String> testTypes = cd.getMetaData(TEST_TYPE_KEY); in getMatchedConfigTestTypes() local
59 if (testTypes != null) { in getMatchedConfigTestTypes()
60 for (String testType : testTypes) { in getMatchedConfigTestTypes()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java953 List<String> testTypes = config.getConfigurationDescription().getMetaData(TEST_TYPE_KEY); in listenerWithPostProcessorsForPerfModule() local
954 if (testTypes == null || !testTypes.contains(TEST_TYPE_VALUE_PERFORMANCE)) { in listenerWithPostProcessorsForPerfModule()