Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java64 private Map<TestDescription, Map<String, LogFile>> mTestLogs = new LinkedHashMap<>(); field in BasePostProcessor
245 processAllTestMetricsAndLogs(storedTestMetrics, mTestLogs); in testRunEnded()
254 mTestLogs.clear(); in testRunEnded()
274 if (mTestLogs.containsKey(test)) { in testStarted()
275 mTestLogs.get(test).clear(); in testStarted()
277 mTestLogs.put(test, new HashMap<String, LogFile>()); in testStarted()
323 mTestLogs.containsKey(test) in testEnded()
324 ? mTestLogs.get(test) in testEnded()
415 mTestLogs.get(mCurrentTest).put(dataName, copyFile); in logAssociation()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DFakeTest.java69 private List<String> mTestLogs = new ArrayList<>(); field in FakeTest
233 saveLogs(listener, mTestLogs); in executeTestRun()