Searched refs:historyStart (Results 1 – 3 of 3) 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()129 while (cycleEnd > historyStart) { in getBundleForNetworkStats()
330 long historyStart = 0; in parseBatteryHistory() local345 historyStart = rec.time; in parseBatteryHistory()358 || rec.time < (historyStart + (5 * 60 * 1000L))) { in parseBatteryHistory()364 startWalltime = lastWallTime - (lastRealtime - historyStart); in parseBatteryHistory()403 curWalltime = startWalltime + (rec.time - historyStart); in parseBatteryHistory()