Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java62 public class NetworkStatsHistory implements Parcelable { class
100 public NetworkStatsHistory(long bucketDuration) { in NetworkStatsHistory() method in NetworkStatsHistory
104 public NetworkStatsHistory(long bucketDuration, int initialSize) { in NetworkStatsHistory() method in NetworkStatsHistory
108 public NetworkStatsHistory(long bucketDuration, int initialSize, int fields) { in NetworkStatsHistory() method in NetworkStatsHistory
121 public NetworkStatsHistory(NetworkStatsHistory existing, long bucketDuration) { in NetworkStatsHistory() method in NetworkStatsHistory
126 public NetworkStatsHistory(Parcel in) { in NetworkStatsHistory() method in NetworkStatsHistory
152 public NetworkStatsHistory(DataInputStream in) throws IOException { in NetworkStatsHistory() method in NetworkStatsHistory