Searched refs:freshIssueKeys (Results 1 – 1 of 1) sorted by relevance
240 ArraySet<SafetyCenterIssueKey> freshIssueKeys = new ArraySet<>(); in updateNotifications() local247 freshIssueKeys.add(issueKey); in updateNotifications()253 freshIssueKeys.add(issueKey); in updateNotifications()257 cancelStaleNotifications(notificationManager, userId, freshIssueKeys); in updateNotifications()397 ArraySet<SafetyCenterIssueKey> freshIssueKeys) { in cancelStaleNotifications() argument401 if (key.getUserId() == userId && !freshIssueKeys.contains(key)) { in cancelStaleNotifications()