Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkQuotaInfo.java27 public class NetworkQuotaInfo implements Parcelable { class
35 public NetworkQuotaInfo(long estimatedBytes, long softLimitBytes, long hardLimitBytes) { in NetworkQuotaInfo() method in NetworkQuotaInfo
42 public NetworkQuotaInfo(Parcel in) { in NetworkQuotaInfo() method in NetworkQuotaInfo