Home | History | Annotate | Download | only in settings

Lines Matching refs:historyStart

1097         long historyStart = Long.MAX_VALUE;
1100 historyStart = mChartData.network.getStart();
1105 if (historyStart == Long.MAX_VALUE) historyStart = now;
1114 while (cycleEnd > historyStart) {
1117 + historyStart);
1130 while (cycleEnd > historyStart) {