Searched refs:mActiveNotifs (Results 1 – 1 of 1) sorted by relevance
530 private final ArraySet<NotificationId> mActiveNotifs = new ArraySet<>(); field in NetworkPolicyManagerService1157 final ArraySet<NotificationId> beforeNotifs = new ArraySet<NotificationId>(mActiveNotifs);1158 mActiveNotifs.clear();1251 if (!mActiveNotifs.contains(notificationId)) {1479 mActiveNotifs.add(notificationId); in enqueueNotification()