Searched refs:mActiveQuotas (Results 1 – 1 of 1) sorted by relevance
184 private HashMap<String, Long> mActiveQuotas = Maps.newHashMap(); field in NetworkManagementService378 mActiveQuotas.remove(iface); in notifyInterfaceRemoved()539 int size = mActiveQuotas.size(); in prepareNativeDaemon()542 final HashMap<String, Long> activeQuotas = mActiveQuotas; in prepareNativeDaemon()543 mActiveQuotas = Maps.newHashMap(); in prepareNativeDaemon()1250 if (mActiveQuotas.containsKey(iface)) { in setInterfaceQuota()1258 mActiveQuotas.put(iface, quotaBytes); in setInterfaceQuota()1281 if (!mActiveQuotas.containsKey(iface)) { in removeInterfaceQuota()1286 mActiveQuotas.remove(iface); in removeInterfaceQuota()1314 if (!mActiveQuotas.containsKey(iface)) { in setInterfaceAlert()[all …]