Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java104 getNotificationIcon(SafetySourceData.SEVERITY_LEVEL_INFORMATION)) in newNotificationForSuccessfulAction()
157 .setSmallIcon(getNotificationIcon(issue.getSeverityLevel())) in newNotificationForIssue()
233 private Icon getNotificationIcon(@SafetySourceData.SeverityLevel int severityLevel) { in getNotificationIcon() method in SafetyCenterNotificationFactory