Home
last modified time | relevance | path

Searched refs:historyStart (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/datausage/
DCycleAdapter.java77 long historyStart = Long.MAX_VALUE; in updateCycleList() local
80 historyStart = chartData.network.getStart(); in updateCycleList()
85 if (historyStart == Long.MAX_VALUE) historyStart = now; in updateCycleList()
94 while (cycleEnd > historyStart) { in updateCycleList()
116 while (cycleEnd > historyStart) { in updateCycleList()