Searched refs:mInterfaceQuotas (Results 1 – 2 of 2) sorted by relevance
122 private final HashMap<String, Long> mInterfaceQuotas = new HashMap<>(); field in BpfCoordinator397 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()
119 private HashMap<String, Long> mInterfaceQuotas = new HashMap<>(); field in OffloadController326 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()