Searched refs:historyStart (Results 1 – 5 of 5) sorted by relevance
80 long historyStart = Long.MAX_VALUE; in updateCycleList() local83 historyStart = chartData.network.getStart(); in updateCycleList()88 if (historyStart == Long.MAX_VALUE) historyStart = now; in updateCycleList()118 while (cycleEnd > historyStart) { in updateCycleList()
107 long historyStart = System.currentTimeMillis(); in getBundleForNetworkStats() local108 long historyEnd = historyStart + 1; in getBundleForNetworkStats()130 while (cycleEnd > historyStart) { in getBundleForNetworkStats()
312 long historyStart = 0; in parse() local326 historyStart = rec.time; in parse()339 || rec.time < (historyStart + (5 * 60 * 1000L))) { in parse()345 startWalltime = lastWallTime - (lastRealtime - historyStart); in parse()383 curWalltime = startWalltime + (rec.time - historyStart); in parse()
309 long historyStart = 0; in parse() local323 historyStart = rec.time; in parse()336 || rec.time < (historyStart + (5 * 60 * 1000L))) { in parse()342 startWalltime = lastWallTime - (lastRealtime - historyStart); in parse()380 curWalltime = startWalltime + (rec.time - historyStart); in parse()