Searched refs:prevBucket (Results 1 – 2 of 2) sorted by relevance
318 long prevBucket = bucketIndex == 0 ? 0L : buckets.get(bucketIndex - 1); in prepareFlexAttribution() local319 long bucketSize = buckets.get(bucketIndex) - prevBucket; in prepareFlexAttribution()
1191 long prevBucket = bucketIndex == 0 ? 0L : buckets.get(bucketIndex - 1); in updateFlexAttributionStateAndGetNumReports() local1196 long bucketSize = bucket - prevBucket; in updateFlexAttributionStateAndGetNumReports()1228 prevBucket = bucket; in updateFlexAttributionStateAndGetNumReports()