Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java81 private long bucketDuration; field in NetworkStatsHistory
96 public long bucketDuration; field in NetworkStatsHistory.Entry
112 public NetworkStatsHistory(long bucketDuration) { in NetworkStatsHistory()
116 public NetworkStatsHistory(long bucketDuration, int initialSize) { in NetworkStatsHistory()
120 public NetworkStatsHistory(long bucketDuration, int initialSize, int fields) { in NetworkStatsHistory()
133 public NetworkStatsHistory(NetworkStatsHistory existing, long bucketDuration) { in NetworkStatsHistory()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsRecorder.java116 DropBoxManager dropBox, String cookie, long bucketDuration, boolean onlyTags) { in NetworkStatsRecorder()
390 public RemoveUidRewriter(long bucketDuration, int[] uids) { in RemoveUidRewriter()
DNetworkStatsService.java254 public final long bucketDuration; field in NetworkStatsService.NetworkStatsSettings.Config
258 public Config(long bucketDuration, long rotateAgeMillis, long deleteAgeMillis) { in Config()
DNetworkStatsCollection.java115 public NetworkStatsCollection(long bucketDuration) { in NetworkStatsCollection()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java1358 final long bucketDuration = Settings.Global.getLong(mContext.getContentResolver(), in getUidNetworkStatsSnapshotForTemplate() local