Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DBootTimeTestTest.java133 assertEquals(Arrays.asList(21083.0), mBootTimeTest.getBootMetricValues("metric_1")); in testAnalyzingCustomBootMetrics_normalLogcat()
134 assertEquals(Arrays.asList(24113.0), mBootTimeTest.getBootMetricValues("metric_2")); in testAnalyzingCustomBootMetrics_normalLogcat()
175 assertTrue(mBootTimeTest.getBootMetricValues("metric_1").isEmpty()); in testAnalyzingCustomBootMetrics_missingBootCompleteSignals()
218 assertTrue(mBootTimeTest.getBootMetricValues("metric_1").isEmpty()); in testAnalyzingCustomBootMetrics_missingCustomMetrics()
219 assertEquals(Arrays.asList(28083.0), mBootTimeTest.getBootMetricValues("metric_2")); in testAnalyzingCustomBootMetrics_missingCustomMetrics()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DBootTimeTest.java388 List<Double> getBootMetricValues(String bootMetricKey) { in getBootMetricValues() method in BootTimeTest