Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java198 String newKey = newEntry.getKey(); in testEnded() local
199 if (testMetrics.containsKey(newKey)) { in testEnded()
203 newKey); in testEnded()
208 testMetrics.put(newKey, newMetric); in testEnded()
268 String newKey = newEntry.getKey(); in addProcessedMetricsToExistingMetrics() local
269 if (existing.containsKey(newKey)) { in addProcessedMetricsToExistingMetrics()
273 newKey); in addProcessedMetricsToExistingMetrics()
278 existing.put(newKey, newMetric); in addProcessedMetricsToExistingMetrics()