Searched refs:mActiveNotifs (Results 1 – 1 of 1) sorted by relevance
526 private final ArraySet<NotificationId> mActiveNotifs = new ArraySet<>(); field in NetworkPolicyManagerService1151 final ArraySet<NotificationId> beforeNotifs = new ArraySet<NotificationId>(mActiveNotifs);1152 mActiveNotifs.clear();1245 if (!mActiveNotifs.contains(notificationId)) {1473 mActiveNotifs.add(notificationId); in enqueueNotification()