Searched refs:lastWallTime (Results 1 – 1 of 1) sorted by relevance
578 long lastWallTime = 0; in parseBatteryHistory() local601 if (rec.currentTime > (lastWallTime + (180 * 24 * 60 * 60 * 1000L)) in parseBatteryHistory()605 lastWallTime = rec.currentTime; in parseBatteryHistory()608 startWalltime = lastWallTime - (lastRealtime - historyStart); in parseBatteryHistory()617 endWalltime = lastWallTime + historyEnd - lastRealtime; in parseBatteryHistory()