Searched refs:NotificationResources (Results 1 – 2 of 2) sorted by relevance
1732 data class NotificationResources(val appLabel: String, val smallIcon: Icon, val color: Int) in <lambda>() dataClass1734 fun getSafetyCenterNotificationResources(context: Context): NotificationResources { in <lambda>()1746 return NotificationResources(appLabel, uIcon, uColor) in <lambda>()1762 return NotificationResources(appLabel, smallIcon, color) in <lambda>()
668 KotlinUtils.NotificationResources notifRes = in createNotificationForLocationUser()