Home
last modified time | relevance | path

Searched defs:bucketStart (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsHistory.java100 private long[] bucketStart; field in NetworkStatsHistory
110 public NetworkStatsHistory(long bucketDuration, long[] bucketStart, long[] activeTime, in NetworkStatsHistory()
138 public long bucketStart; field in NetworkStatsHistory.Entry
176 public Entry(long bucketStart, long activeTime, long rxBytes, in Entry()
621 final long bucketStart = input.bucketStart[i]; in recordHistory() local
1191 final long[] bucketStart = new long[size]; in build() local
/packages/apps/Settings/src/com/android/settings/datausage/lib/
DNetworkCycleDataRepository.kt81 .zipWithNext { bucketEnd, bucketStart -> Range(bucketStart, bucketEnd) } in queryUsage() method