Searched refs:mActiveQuotas (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java245 private HashMap<String, Long> mActiveQuotas = Maps.newHashMap(); field in class:NetworkManagementService
459 mActiveQuotas.remove(iface);
632 int size = mActiveQuotas.size();
635 final HashMap<String, Long> activeQuotas = mActiveQuotas;
636 mActiveQuotas = Maps.newHashMap();
1572 if (mActiveQuotas.containsKey(iface)) {
1579 mActiveQuotas.put(iface, quotaBytes);
1606 if (!mActiveQuotas.containsKey(iface)) {
1611 mActiveQuotas.remove(iface);
1643 if (!mActiveQuotas
[all...]

Completed in 40 milliseconds