Searched refs:mActiveQuotas (Results 1 – 1 of 1) sorted by relevance
262 private HashMap<String, Long> mActiveQuotas = Maps.newHashMap(); field in NetworkManagementService480 mActiveQuotas.remove(iface); in notifyInterfaceRemoved()653 int size = mActiveQuotas.size(); in prepareNativeDaemon()656 final HashMap<String, Long> activeQuotas = mActiveQuotas; in prepareNativeDaemon()657 mActiveQuotas = Maps.newHashMap(); in prepareNativeDaemon()1582 if (mActiveQuotas.containsKey(iface)) { in setInterfaceQuota()1589 mActiveQuotas.put(iface, quotaBytes); in setInterfaceQuota()1616 if (!mActiveQuotas.containsKey(iface)) { in removeInterfaceQuota()1621 mActiveQuotas.remove(iface); in removeInterfaceQuota()1653 if (!mActiveQuotas.containsKey(iface)) { in setInterfaceAlert()[all …]