Home
last modified time | relevance | path

Searched defs:quotaBytes (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1381 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() local
1640 private boolean sendDataLimitToBpfMap(int ifIndex, long quotaBytes) { in sendDataLimitToBpfMap()
1658 final long quotaBytes = getQuotaBytes(iface); in maybeUpdateDataLimit() local
1669 final long quotaBytes = getQuotaBytes(iface); in updateDataLimit() local
DOffloadController.java370 public void onSetLimit(String iface, long quotaBytes) { in onSetLimit()
433 public void onSetAlert(long quotaBytes) { in onSetAlert()
/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
DBpfCoordinatorShim.java121 public abstract boolean tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota()
/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java114 public boolean tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes) { in tetherOffloadSetInterfaceQuota()
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java250 public boolean tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes) { in tetherOffloadSetInterfaceQuota()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java437 public void onQuotaExceeded(long backupDataBytes, long quotaBytes) { in onQuotaExceeded()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java512 long quotaBytes, boolean isInit) throws Exception { in verifyTetherOffloadSetInterfaceQuota()