Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt177 val notificationContentDescription = in <lambda>() constant
181 it.setNotification(entry.sbn, notificationContentDescription) in <lambda>()
186 it.setNotification(entry.sbn, notificationContentDescription) in <lambda>()
191 it.setNotification(entry.sbn, notificationContentDescription) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java379 @Nullable CharSequence notificationContentDescription) { in setNotification() argument
381 if (!TextUtils.isEmpty(notificationContentDescription)) { in setNotification()
382 setContentDescription(notificationContentDescription); in setNotification()