Searched refs:getBootMetricValues (Results 1 – 2 of 2) sorted by relevance
133 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()
388 List<Double> getBootMetricValues(String bootMetricKey) { in getBootMetricValues() method in BootTimeTest