Home
last modified time | relevance | path

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

/test/catbox/report/src/com/android/catbox/result/
DJsonResultReporter.java79 private Map<String, String> mReportTestNameMap = new HashMap<String, String>(); field in JsonResultReporter
187 if (mReportTestNameMap != null && mReportTestNameMap.containsKey(classMethodName)) { in writeTestMetrics()
188 streamName = mReportTestNameMap.get(classMethodName); in writeTestMetrics()