Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/tests/src/com/android/boot/
DBootTimeTestTest.java92 mBootTimeTest.setDmesgBootCompleteTime(Arrays.asList(22083.0)); in testAnalyzingCustomBootMetrics_normalLogcat()
141 mBootTimeTest.setDmesgBootCompleteTime(Arrays.asList(22083.0)); in testAnalyzingCustomBootMetrics_missingBootCompleteSignals()
182 mBootTimeTest.setDmesgBootCompleteTime(Arrays.asList(24083.0)); in testAnalyzingCustomBootMetrics_missingCustomMetrics()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java378 void setDmesgBootCompleteTime(List<Double> bootCompleteTime) { in setDmesgBootCompleteTime() method in BootTimeTest