Searched refs:totalCount (Results 1 – 3 of 3) sorted by relevance
168 int totalCount = 0; in parseMetrics() local170 totalCount += nextCount; in parseMetrics()172 result.put("binder_count_" + currentProcess, totalCount); in parseMetrics()
67 public AtestRunListener(String suiteName, File reportFile, int totalCount) { in AtestRunListener() argument70 mTotalCount = totalCount; in AtestRunListener()
73 int totalCount = countTestResults(result); in tryCreateChecksum() local75 new ChecksumReporter(totalCount, DEFAULT_FPP, CURRENT_VERSION); in tryCreateChecksum()