Searched refs:mActiveNotifs (Results 1 – 1 of 1) sorted by relevance
613 private final ArraySet<NotificationId> mActiveNotifs = new ArraySet<>(); field in NetworkPolicyManagerService1438 final ArraySet<NotificationId> beforeNotifs = new ArraySet<NotificationId>(mActiveNotifs);1439 mActiveNotifs.clear();1532 if (!mActiveNotifs.contains(notificationId)) {1737 mActiveNotifs.add(notificationId); in enqueueNotification()