Searched refs:onlineTime (Results 1 – 2 of 2) sorted by relevance
144 long onlineTime = INVALID_TIME_DURATION; in testFastboot() local199 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()
627 double onlineTime = INVALID_TIME_DURATION; in testSuccessiveBoots() local646 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()