Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java67 public class NetworkStatsHistory implements Parcelable { class
112 public NetworkStatsHistory(long bucketDuration) { in NetworkStatsHistory() method in NetworkStatsHistory
116 public NetworkStatsHistory(long bucketDuration, int initialSize) { in NetworkStatsHistory() method in NetworkStatsHistory
120 public NetworkStatsHistory(long bucketDuration, int initialSize, int fields) { in NetworkStatsHistory() method in NetworkStatsHistory
133 public NetworkStatsHistory(NetworkStatsHistory existing, long bucketDuration) { in NetworkStatsHistory() method in NetworkStatsHistory
139 public NetworkStatsHistory(Parcel in) { in NetworkStatsHistory() method in NetworkStatsHistory
165 public NetworkStatsHistory(DataInput in) throws IOException { in NetworkStatsHistory() method in NetworkStatsHistory