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

/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java157 private HashMap<String, Long> mActiveQuotas = Maps.newHashMap(); field in class:NetworkManagementService
279 mActiveQuotas.remove(iface);
344 int size = mActiveQuotas.size();
347 final HashMap<String, Long> activeQuotas = mActiveQuotas;
348 mActiveQuotas = Maps.newHashMap();
1147 if (mActiveQuotas.containsKey(iface)) {
1154 mActiveQuotas.put(iface, quotaBytes);
1170 if (!mActiveQuotas.containsKey(iface)) {
1175 mActiveQuotas.remove(iface);
1196 if (!mActiveQuotas
[all...]

Completed in 51 milliseconds