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