Searched refs:softLimitBytes (Results 1 – 2 of 2) sorted by relevance
35 public NetworkQuotaInfo(long estimatedBytes, long softLimitBytes, long hardLimitBytes) { in NetworkQuotaInfo() argument37 mSoftLimitBytes = softLimitBytes; in NetworkQuotaInfo()
2541 final long softLimitBytes = policy.warningBytes != WARNING_DISABLED ? policy.warningBytes in getNetworkQuotaInfoUnchecked() local2546 return new NetworkQuotaInfo(totalBytes, softLimitBytes, hardLimitBytes); in getNetworkQuotaInfoUnchecked()