Searched refs:NetworkQuotaInfo (Results 1 – 7 of 7) sorted by relevance
30 public class NetworkQuotaInfo implements Parcelable { class34 public NetworkQuotaInfo() { in NetworkQuotaInfo() method in NetworkQuotaInfo38 public NetworkQuotaInfo(Parcel in) { in NetworkQuotaInfo() method in NetworkQuotaInfo66 …tatic final @android.annotation.NonNull Creator<NetworkQuotaInfo> CREATOR = new Creator<NetworkQuo…68 public NetworkQuotaInfo createFromParcel(Parcel in) {69 return new NetworkQuotaInfo(in);73 public NetworkQuotaInfo[] newArray(int size) {74 return new NetworkQuotaInfo[size];
19 parcelable NetworkQuotaInfo;
5654 android.net.NetworkQuotaInfo$15655 android.net.NetworkQuotaInfo
28051 Landroid/net/NetworkQuotaInfo$1;28052 Landroid/net/NetworkQuotaInfo;
5658 android.net.NetworkQuotaInfo$15659 android.net.NetworkQuotaInfo
38185 Landroid/net/NetworkQuotaInfo$1;38186 Landroid/net/NetworkQuotaInfo;
32749 …yManager$Stub$Proxy;->getNetworkQuotaInfo(Landroid/net/NetworkState;)Landroid/net/NetworkQuotaInfo;