Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java234 String iconResName = "ic_notification_badge_general"; in getNotificationIcon() local
236 iconResName = "ic_notification_badge_critical"; in getNotificationIcon()
238 Icon icon = mSafetyCenterResourcesApk.getIconByDrawableName(iconResName); in getNotificationIcon()