Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java673 public static Matcher getMainlineTestModuleName(TestInfo info) throws ConfigurationException { in getMainlineTestModuleName() method in TestMapping
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DTestMappingsValidation.java728 Matcher matcher = TestMapping.getMainlineTestModuleName(testInfo); in validateMainlineTest()