Searched refs:cycleEnd (Results 1 – 1 of 1) sorted by relevance
91 long cycleEnd = computeNextCycleBoundary(historyEnd, policy); in updateCycleList() local94 while (cycleEnd > historyStart) { in updateCycleList()95 final long cycleStart = computeLastCycleBoundary(cycleEnd, policy); in updateCycleList()99 entry = chartData.network.getValues(cycleStart, cycleEnd, entry); in updateCycleList()106 add(new CycleAdapter.CycleItem(context, cycleStart, cycleEnd)); in updateCycleList()109 cycleEnd = cycleStart; in updateCycleList()115 long cycleEnd = historyEnd; in updateCycleList() local116 while (cycleEnd > historyStart) { in updateCycleList()117 final long cycleStart = cycleEnd - (DateUtils.WEEK_IN_MILLIS * 4); in updateCycleList()121 entry = chartData.network.getValues(cycleStart, cycleEnd, entry); in updateCycleList()[all …]