Searched refs:historyStart (Results 1 – 2 of 2) sorted by relevance
199 long historyStart = 0; in parse() local214 historyStart = rec.time; in parse()227 || rec.time < (historyStart + (5 * 60 * 1000L))) { in parse()233 startWalltime = lastWallTime - (lastRealtime - historyStart); in parse()275 curWalltime = startWalltime + (rec.time - historyStart); in parse()
1207 long historyStart = -1; in dump() local1225 historyStart = Long.parseLong(args[i]); in dump()1340 historyStart); in dump()1353 mStats.dumpCheckinLocked(mContext, pw, apps, flags, historyStart); in dump()1362 mStats.dumpLocked(mContext, pw, flags, reqUid, historyStart); in dump()