Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DTestRunHandler.java74 FileUtil.writeToFile(mapToString(testRuns), f); in setTestRuns()
81 private static String mapToString(Map<String, Integer> map) { in mapToString() method in TestRunHandler