Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java627 double onlineTime = INVALID_TIME_DURATION; in testSuccessiveBoots() local
646 onlineTime = System.currentTimeMillis() - bootStart; in testSuccessiveBoots()
702 if (onlineTime != INVALID_TIME_DURATION) { in testSuccessiveBoots()
704 mBootInfo.get(SUCCESSIVE_ONLINE).add(onlineTime); in testSuccessiveBoots()
707 onlineDelayList.add(onlineTime); in testSuccessiveBoots()
710 mBootIterationInfo.put(SUCCESSIVE_ONLINE, onlineTime); in testSuccessiveBoots()