Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java144 MultiMap<String, File> copiedTestFileMap = new MultiMap<>(); in run() local
154 copiedTestFileMap.putAll( in run()
172 listener.testRunStarted(testName, copiedTestFileMap.values().size()); in run()
173 for (Map.Entry<String, File> testFileEntry : copiedTestFileMap.entries()) { in run()
294 MultiMap<String, File> copiedTestFileMap = new MultiMap<>(); in copyFile() local
299 copiedTestFileMap.putAll( in copyFile()
313 copiedTestFileMap.put(key, destFile); in copyFile()
315 return copiedTestFileMap; in copyFile()