Searched refs:cycleStart (Results 1 – 3 of 3) sorted by relevance
137 final long cycleStart = data.getStartTime(); in getDataSummary() local138 if (cycleStart < startTime) { in getDataSummary()139 startTime = cycleStart; in getDataSummary()
125 long start = dataUsageInfo.cycleStart; in getBundleForNetworkStats()
292 final long cycleStart = cycle.getLower().toInstant().toEpochMilli(); in getHistory() local294 if (cycleStart <= augmentEnd && augmentEnd < cycleEnd) { in getHistory()295 augmentStart = cycleStart; in getHistory()