Searched refs:contentDescForNotification (Results 1 – 5 of 5) sorted by relevance
39 val description = contentDescForNotification(context, n) in notificationWithAllDifferentFields_descriptionIsTitle()46 val description = contentDescForNotification(context, n) in notificationWithAllDifferentFields_titleMatchesAppName_descriptionIsText()53 val description = contentDescForNotification(context, n) in notificationWithAllDifferentFields_titleMatchesAppNameNoText_descriptionIsTicker()61 val description = contentDescForNotification(context, n) in notificationWithAllDifferentFields_titleMatchesAppNameNoTextNoTicker_descriptionEmpty()
24 import com.android.systemui.statusbar.notification.contentDescForNotification38 return contentDescForNotification(context, n) in getIconContentDescription()
29 fun contentDescForNotification(c: Context, n: Notification): CharSequence { in contentDescForNotification() method
188 NotificationContentDescription.contentDescForNotification(mContext, n); in testContentDescForNotification_invalidAi_noCrash()
370 .contentDescForNotification(mContext, notification.getNotification()); in setNotification()