Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java122 private final HashMap<String, Long> mInterfaceQuotas = new HashMap<>(); field in BpfCoordinator
397 pw.println("Upstream quota: " + mInterfaceQuotas.toString()); in dump()
550 final Long curIfaceQuota = mInterfaceQuotas.get(iface); in onSetLimit()
555 mInterfaceQuotas.remove(iface); in onSetLimit()
557 mInterfaceQuotas.put(iface, quotaBytes); in onSetLimit()
604 final Long limit = mInterfaceQuotas.get(iface); in getQuotaBytes()
DOffloadController.java119 private HashMap<String, Long> mInterfaceQuotas = new HashMap<>(); field in OffloadController
326 final Long curIfaceQuota = mInterfaceQuotas.get(iface); in onSetLimit()
336 mInterfaceQuotas.remove(iface); in onSetLimit()
338 mInterfaceQuotas.put(iface, quotaBytes); in onSetLimit()
472 Long limit = mInterfaceQuotas.get(iface); in maybeUpdateDataLimit()