Home
last modified time | relevance | path

Searched refs:freshIssueKeys (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationSender.java240 ArraySet<SafetyCenterIssueKey> freshIssueKeys = new ArraySet<>(); in updateNotifications() local
247 freshIssueKeys.add(issueKey); in updateNotifications()
253 freshIssueKeys.add(issueKey); in updateNotifications()
257 cancelStaleNotifications(notificationManager, userId, freshIssueKeys); in updateNotifications()
397 ArraySet<SafetyCenterIssueKey> freshIssueKeys) { in cancelStaleNotifications() argument
401 if (key.getUserId() == userId && !freshIssueKeys.contains(key)) { in cancelStaleNotifications()