Searched refs:NetworkQuotaInfo (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkQuotaInfo.aidl19 parcelable NetworkQuotaInfo;
H A DNetworkQuotaInfo.java28 public class NetworkQuotaInfo implements Parcelable { class in inherits:Parcelable
32 public NetworkQuotaInfo() { method in class:NetworkQuotaInfo
36 public NetworkQuotaInfo(Parcel in) { method in class:NetworkQuotaInfo
60 public static final Creator<NetworkQuotaInfo> CREATOR = new Creator<NetworkQuotaInfo>() {
62 public NetworkQuotaInfo createFromParcel(Parcel in) {
63 return new NetworkQuotaInfo(in);
67 public NetworkQuotaInfo[] newArray(int size) {
68 return new NetworkQuotaInfo[size];
H A DINetworkPolicyManager.aidl21 import android.net.NetworkQuotaInfo;
67 NetworkQuotaInfo getNetworkQuotaInfo(in NetworkState state);
H A DIConnectivityManager.aidl25 import android.net.NetworkQuotaInfo;
67 NetworkQuotaInfo getActiveNetworkQuotaInfo();
H A DConnectivityManager.java1855 public NetworkQuotaInfo getActiveNetworkQuotaInfo() {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java33 import android.net.NetworkQuotaInfo;
493 public NetworkQuotaInfo getActiveNetworkQuotaInfo() {
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java72 import android.net.NetworkQuotaInfo;
1463 public NetworkQuotaInfo getActiveNetworkQuotaInfo() {
1466 return new NetworkQuotaInfo();
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java152 import android.net.NetworkQuotaInfo;
2927 public NetworkQuotaInfo getNetworkQuotaInfo(NetworkState state) {
2930 return new NetworkQuotaInfo();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 143 milliseconds