Searched refs:beforeNotifs (Results 1 – 1 of 1) sorted by relevance
1059 final ArraySet<NotificationId> beforeNotifs = new ArraySet<NotificationId>(mActiveNotifs); in updateNotificationsNL() local1095 for (int i = beforeNotifs.size()-1; i >= 0; i--) { in updateNotificationsNL()1096 final NotificationId notificationId = beforeNotifs.valueAt(i); in updateNotificationsNL()