Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt138 val (normalIconDescriptor, sensitiveIconDescriptor) = getIconDescriptors(entry) in <lambda>()
176 val (normalIconDescriptor, sensitiveIconDescriptor) = getIconDescriptors(entry) in <lambda>()
206 private fun getIconDescriptors(entry: NotificationEntry): Pair<StatusBarIcon, StatusBarIcon> { in <lambda>() method