Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapper.java217 List<String> testMappingSources = in initializeGranularRunListener() local
219 if (testMappingSources != null) { in initializeGranularRunListener()
220 mMainGranularRunListener.setTestMappingSources(testMappingSources); in initializeGranularRunListener()
DModuleListener.java84 public void setTestMappingSources(List<String> testMappingSources) { in setTestMappingSources() argument
85 mTestMappingSources = testMappingSources; in setTestMappingSources()