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>() {
74 public NetworkQuotaInfo createFromParcel(Parcel in) {
75 return new NetworkQuotaInfo(in);
79 public NetworkQuotaInfo[] newArray(int size) {
80 return new NetworkQuotaInfo[size];
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 145 milliseconds