Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkQuotaInfo.java30 public class NetworkQuotaInfo implements Parcelable { class
34 public NetworkQuotaInfo() { in NetworkQuotaInfo() method in NetworkQuotaInfo
38 public NetworkQuotaInfo(Parcel in) { in NetworkQuotaInfo() method in NetworkQuotaInfo
66 …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];
DNetworkQuotaInfo.aidl19 parcelable NetworkQuotaInfo;
/frameworks/base/boot/
Dpreloaded-classes5654 android.net.NetworkQuotaInfo$1
5655 android.net.NetworkQuotaInfo
Dboot-image-profile.txt28051 Landroid/net/NetworkQuotaInfo$1;
28052 Landroid/net/NetworkQuotaInfo;
/frameworks/base/config/
Dpreloaded-classes5658 android.net.NetworkQuotaInfo$1
5659 android.net.NetworkQuotaInfo
Dboot-image-profile.txt38185 Landroid/net/NetworkQuotaInfo$1;
38186 Landroid/net/NetworkQuotaInfo;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt32749 …yManager$Stub$Proxy;->getNetworkQuotaInfo(Landroid/net/NetworkState;)Landroid/net/NetworkQuotaInfo;