Searched defs:getTotalBytes (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkStats.java409 public long getTotalBytes() { method in class:NetworkStats
H A DNetworkStatsHistory.java232 public long getTotalBytes() { method in class:NetworkStatsHistory
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsCollection.java115 public long getTotalBytes() { method in class:NetworkStatsCollection
213 noteRecordedHistory(history.getStart(), history.getEnd(), history.getTotalBytes());
H A DNetworkPolicyManagerService.java648 final long totalBytes = getTotalBytes(policy.template, start, end);
929 final long totalBytes = getTotalBytes(policy.template, start, end);
1032 totalBytes = getTotalBytes(policy.template, start, currentTime);
1582 final long totalBytes = getTotalBytes(policy.template, start, end);
2001 private long getTotalBytes(NetworkTemplate template, long start, long end) { method in class:NetworkPolicyManagerService

Completed in 60 milliseconds