Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DMetricUtilityTest.java118 .getStoredTestMetric(); in testStoreMultipleTestSingleIterationMetrics()
163 .getStoredTestMetric(); in testStoreSingleTestMultipleIterationMetrics()
187 .getStoredTestMetric(); in testStoreWithoutIteration()
199 .getStoredTestMetric(); in testStoreEmptyTestMetrics()
/tools/tradefederation/core/src/com/android/tradefed/util/
DMetricUtility.java231 public Map<String, ArrayListMultimap<String, Metric>> getStoredTestMetric() { in getStoredTestMetric() method in MetricUtility