Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DDmesgPostProcessor.java265 double bootCompleteTime = in analyzeBootLoaderTimingInfo() local
269 double totalBootTime = bootLoaderTotalTime + bootCompleteTime; in analyzeBootLoaderTimingInfo()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java378 void setDmesgBootCompleteTime(List<Double> bootCompleteTime) { in setDmesgBootCompleteTime() argument
379 mBootInfo.put(DMESG_BOOT_COMPLETE_TIME, bootCompleteTime); in setDmesgBootCompleteTime()
383 void setDmesgBootIterationTime(Double bootCompleteTime) { in setDmesgBootIterationTime() argument
384 mBootIterationInfo.put(DMESG_BOOT_COMPLETE_TIME, bootCompleteTime); in setDmesgBootIterationTime()
1142 double bootCompleteTime = in analyzeBootloaderTimingInfo() local
1146 double totalBootTime = bootLoaderTotalTime + bootCompleteTime; in analyzeBootloaderTimingInfo()