Searched refs:iterationResult (Results 1 – 1 of 1) sorted by relevance
753 Map<String, String> iterationResult = new HashMap<>(); in testSuccessiveBoots() local755 iterationResult.put(bootData.getKey(), bootData.getValue().toString()); in testSuccessiveBoots()758 iterationResult.put("perfetto_file_path", perfettoTraceFilePath); in testSuccessiveBoots()761 iterationResult.putAll(collectLogcatInfoResult); in testSuccessiveBoots()769 iterationResult.entrySet().stream() in testSuccessiveBoots()775 iterationResult.put( in testSuccessiveBoots()779 listener.testEnded(successiveBootIterationTestId, iterationResult); in testSuccessiveBoots()