Searched refs:mActiveAlerts (Results 1 – 1 of 1) sorted by relevance
187 private HashMap<String, Long> mActiveAlerts = Maps.newHashMap(); field in NetworkManagementService377 mActiveAlerts.remove(iface); in notifyInterfaceRemoved()549 size = mActiveAlerts.size(); in prepareNativeDaemon()552 final HashMap<String, Long> activeAlerts = mActiveAlerts; in prepareNativeDaemon()553 mActiveAlerts = Maps.newHashMap(); in prepareNativeDaemon()1287 mActiveAlerts.remove(iface); in removeInterfaceQuota()1319 if (mActiveAlerts.containsKey(iface)) { in setInterfaceAlert()1326 mActiveAlerts.put(iface, alertBytes); in setInterfaceAlert()1338 if (!mActiveAlerts.containsKey(iface)) { in removeInterfaceAlert()1346 mActiveAlerts.remove(iface); in removeInterfaceAlert()[all …]