HomeSort by relevance Sort by last modified time
    Searched defs:NetworkQuotaInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
NetworkQuotaInfo.java 27 public class NetworkQuotaInfo implements Parcelable {
35 public NetworkQuotaInfo(long estimatedBytes, long softLimitBytes, long hardLimitBytes) {
42 public NetworkQuotaInfo(Parcel in) {
72 public static final Creator<NetworkQuotaInfo> CREATOR = new Creator<NetworkQuotaInfo>() {
73 public NetworkQuotaInfo createFromParcel(Parcel in) {
74 return new NetworkQuotaInfo(in);
77 public NetworkQuotaInfo[] newArray(int size) {
78 return new NetworkQuotaInfo[size];
  /prebuilt/sdk/14/
android.jar 

Completed in 1994 milliseconds