Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java112 Integer color = getNotificationColor(SafetySourceData.SEVERITY_LEVEL_INFORMATION); in newNotificationForSuccessfulAction()
167 Integer color = getNotificationColor(issue.getSeverityLevel()); in newNotificationForIssue()
249 private Integer getNotificationColor(@SafetySourceData.SeverityLevel int severityLevel) { in getNotificationColor() method in SafetyCenterNotificationFactory