Home
last modified time | relevance | path

Searched defs:bucketDuration (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsHistory.java98 private long bucketDuration; field in NetworkStatsHistory
110 public NetworkStatsHistory(long bucketDuration, long[] bucketStart, long[] activeTime, in NetworkStatsHistory()
135 public long bucketDuration; field in NetworkStatsHistory.Entry
268 public Entry plus(@NonNull Entry another, long bucketDuration) { in plus()
286 public NetworkStatsHistory(long bucketDuration) { in NetworkStatsHistory()
291 public NetworkStatsHistory(long bucketDuration, int initialSize) { in NetworkStatsHistory()
296 public NetworkStatsHistory(long bucketDuration, int initialSize, int fields) { in NetworkStatsHistory()
310 public NetworkStatsHistory(NetworkStatsHistory existing, long bucketDuration) { in NetworkStatsHistory()
1151 public Builder(long bucketDuration, int initialCapacity) { in Builder()
/packages/modules/Connectivity/tests/common/java/android/net/netstats/
DNetworkStatsCollectionTest.kt46 val bucketDuration = 10L in testBuilder() constant
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsRecorder.java128 DropBoxManager dropBox, String cookie, long bucketDuration, boolean onlyTags, in NetworkStatsRecorder()
425 public RemoveUidRewriter(long bucketDuration, int[] uids) { in RemoveUidRewriter()
478 public RemoveDataBeforeRewriter(long bucketDuration, long cutoffMills) { in RemoveDataBeforeRewriter()
DNetworkStatsService.java369 public final long bucketDuration; field in NetworkStatsService.NetworkStatsSettings.Config
373 public Config(long bucketDuration, long rotateAgeMillis, long deleteAgeMillis) { in Config()
786 @NonNull String prefix, long bucketDuration) throws IOException { in readPlatformCollection()
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsHistoryTest.java130 final long bucketDuration = HOUR_IN_MILLIS; in testRecordEqualBuckets() local
DNetworkStatsCollectionTest.java594 final long bucketDuration = 10; in testRemoveHistoryBefore() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java530 @NonNull String prefix, long bucketDuration) { in readPlatformCollection()
2622 private void mockSettings(long bucketDuration, long deleteAge) { in mockSettings()
2635 TestNetworkStatsSettings(long bucketDuration, long deleteAge) { in TestNetworkStatsSettings()