Home | History | Annotate | Download | only in settings

Lines Matching refs:historyStart

1170         long historyStart = Long.MAX_VALUE;
1173 historyStart = mChartData.network.getStart();
1178 if (historyStart == Long.MAX_VALUE) historyStart = now;
1187 while (cycleEnd > historyStart) {
1190 + historyStart);
1203 while (cycleEnd > historyStart) {