Searched refs:mActiveNotifs (Results 1 – 1 of 1) sorted by relevance
425 private final ArraySet<NotificationId> mActiveNotifs = new ArraySet<>(); field in NetworkPolicyManagerService1059 final ArraySet<NotificationId> beforeNotifs = new ArraySet<NotificationId>(mActiveNotifs); in updateNotificationsNL()1060 mActiveNotifs.clear(); in updateNotificationsNL()1097 if (!mActiveNotifs.contains(notificationId)) { in updateNotificationsNL()1264 mActiveNotifs.add(notificationId); in enqueueNotification()