Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java144 long onlineTime = INVALID_TIME_DURATION; in testFastboot() local
199 onlineTime = System.currentTimeMillis() - bootStart; in testFastboot()
251 CLog.d("Device online time: %dms, initial boot time: %dms", onlineTime, bootTime); in testFastboot()
252 if (onlineTime != INVALID_TIME_DURATION) { in testFastboot()
254 ONLINE_TIME, TfMetricProtoUtil.stringToMetric(Long.toString(onlineTime))); in testFastboot()
/tools/tradefederation/contrib/src/com/android/performance/tests/
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()