Searched refs:mOverLimitNotified (Results 1 – 1 of 1) sorted by relevance
609 private final ArraySet<NetworkTemplate> mOverLimitNotified = new ArraySet<>(); field in NetworkPolicyManagerService1615 if (!mOverLimitNotified.contains(template)) { in notifyOverLimitNL()1617 mOverLimitNotified.add(template); in notifyOverLimitNL()1623 mOverLimitNotified.remove(template); in notifyUnderLimitNL()