Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java282 long augmentEnd = (augmentPlan != null) ? augmentPlan.getDataUsageTime() in getHistory() local
288 if (augmentEnd != SubscriptionPlan.TIME_UNKNOWN) { in getHistory()
294 if (cycleStart <= augmentEnd && augmentEnd < cycleEnd) { in getHistory()
297 collectEnd = Long.max(collectEnd, augmentEnd); in getHistory()
306 augmentEnd = roundDown(augmentEnd); in getHistory()
323 augmentStart, augmentEnd, null); in getHistory()
328 combined.recordData(augmentStart, augmentEnd, in getHistory()
331 combined.getValues(augmentStart, augmentEnd, entry); in getHistory()
349 && entry.bucketStart + entry.bucketDuration <= augmentEnd) { in getHistory()