Home
last modified time | relevance | path

Searched refs:softLimitBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkQuotaInfo.java35 public NetworkQuotaInfo(long estimatedBytes, long softLimitBytes, long hardLimitBytes) { in NetworkQuotaInfo() argument
37 mSoftLimitBytes = softLimitBytes; in NetworkQuotaInfo()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java2541 final long softLimitBytes = policy.warningBytes != WARNING_DISABLED ? policy.warningBytes in getNetworkQuotaInfoUnchecked() local
2546 return new NetworkQuotaInfo(totalBytes, softLimitBytes, hardLimitBytes); in getNetworkQuotaInfoUnchecked()