Searched refs:lastWalltime (Results 1 – 2 of 2) sorted by relevance
269 long lastWalltime = curWalltime; in parse() local282 || Math.abs(lastWalltime - curWalltime) > (60 * 60 * 1000))) { in parse()
9180 final long lastWalltime = out.currentTime; in getNextHistoryLocked() local9183 && out.cmd != HistoryItem.CMD_RESET && lastWalltime != 0) { in getNextHistoryLocked()9184 out.currentTime = lastWalltime + (out.time - lastRealtime); in getNextHistoryLocked()