Home
last modified time | relevance | path

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

/platform_testing/libraries/health/composers/host/tests/src/android/host/test/composer/
DIterateTestBase.java60 Map<Integer, Long> countMap = output.stream() in testIterationsRespected() local
64 countMap.entrySet() in testIterationsRespected()
123 Map<Integer, Long> countMap = in testOverrideOptionName() local
128 countMap.entrySet() in testOverrideOptionName()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DScheduledRunCollectionListener.java126 Map<String, Long> countMap = new HashMap<>(); field in ScheduledRunCollectionListener.TimeSeriesStatistics
140 countMap.put(key, 1 + countMap.getOrDefault(key, 0L)); in update()
153 if (countMap.containsKey(key)) { in getStatistics()
154 double mean = sumMap.get(key) / countMap.get(key); in getStatistics()