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