Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java628 double bootTime = INVALID_TIME_DURATION; in testSuccessiveBoots() local
664 bootTime = System.currentTimeMillis() - bootStart; in testSuccessiveBoots()
712 if (bootTime != INVALID_TIME_DURATION) { in testSuccessiveBoots()
714 mBootInfo.get(SUCCESSIVE_BOOT).add(bootTime); in testSuccessiveBoots()
717 bootDelayList.add(bootTime); in testSuccessiveBoots()
720 mBootIterationInfo.put(SUCCESSIVE_BOOT, bootTime); in testSuccessiveBoots()