Searched defs:quotaBytes (Results 1 – 7 of 7) sorted by relevance
1381 public void onSetAlert(long quotaBytes) { in onSetAlert()1386 public void onSetLimit(@NonNull String iface, long quotaBytes) { in onSetLimit()1635 final long quotaBytes = (limit != null) ? limit : QUOTA_UNLIMITED; in getQuotaBytes() local1640 private boolean sendDataLimitToBpfMap(int ifIndex, long quotaBytes) { in sendDataLimitToBpfMap()1658 final long quotaBytes = getQuotaBytes(iface); in maybeUpdateDataLimit() local1669 final long quotaBytes = getQuotaBytes(iface); in updateDataLimit() local
370 public void onSetLimit(String iface, long quotaBytes) { in onSetLimit()433 public void onSetAlert(long quotaBytes) { in onSetAlert()
121 public abstract boolean tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota()
114 public boolean tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes) { in tetherOffloadSetInterfaceQuota()
250 public boolean tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes) { in tetherOffloadSetInterfaceQuota()
437 public void onQuotaExceeded(long backupDataBytes, long quotaBytes) { in onQuotaExceeded()
512 long quotaBytes, boolean isInit) throws Exception { in verifyTetherOffloadSetInterfaceQuota()