Searched refs:lastWallTime (Results 1 – 1 of 1) sorted by relevance
333 long lastWallTime = 0; in parseBatteryHistory() local357 if (rec.currentTime > (lastWallTime + (180 * 24 * 60 * 60 * 1000L)) in parseBatteryHistory()361 lastWallTime = rec.currentTime; in parseBatteryHistory()364 startWalltime = lastWallTime - (lastRealtime - historyStart); in parseBatteryHistory()373 endWalltime = lastWallTime + historyEnd - lastRealtime; in parseBatteryHistory()