Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/tests/src/com/android/boot/
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()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java388 List<Double> getBootMetricValues(String bootMetricKey) { in getBootMetricValues() method in BootTimeTest