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

/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java163 private HashMap<String, Long> mActiveQuotas = Maps.newHashMap(); field in class:NetworkManagementService
293 mActiveQuotas.remove(iface);
369 int size = mActiveQuotas.size();
372 final HashMap<String, Long> activeQuotas = mActiveQuotas;
373 mActiveQuotas = Maps.newHashMap();
1225 if (mActiveQuotas.containsKey(iface)) {
1232 mActiveQuotas.put(iface, quotaBytes);
1248 if (!mActiveQuotas.containsKey(iface)) {
1253 mActiveQuotas.remove(iface);
1274 if (!mActiveQuotas
[all...]

Completed in 59 milliseconds