Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationSender.java234 ArrayMap<SafetyCenterIssueKey, SafetySourceIssue> issuesToNotify = in updateNotifications() local
241 for (int i = 0; i < issuesToNotify.size(); i++) { in updateNotifications()
242 SafetyCenterIssueKey issueKey = issuesToNotify.keyAt(i); in updateNotifications()
243 SafetySourceIssue issue = issuesToNotify.valueAt(i); in updateNotifications()