Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java65 public class NetworkStatsHistory implements Parcelable { class
110 public NetworkStatsHistory(long bucketDuration) { in NetworkStatsHistory() method in NetworkStatsHistory
114 public NetworkStatsHistory(long bucketDuration, int initialSize) { in NetworkStatsHistory() method in NetworkStatsHistory
118 public NetworkStatsHistory(long bucketDuration, int initialSize, int fields) { in NetworkStatsHistory() method in NetworkStatsHistory
131 public NetworkStatsHistory(NetworkStatsHistory existing, long bucketDuration) { in NetworkStatsHistory() method in NetworkStatsHistory
137 public NetworkStatsHistory(Parcel in) { in NetworkStatsHistory() method in NetworkStatsHistory
163 public NetworkStatsHistory(DataInputStream in) throws IOException { in NetworkStatsHistory() method in NetworkStatsHistory