Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/
DPromotedNotificationContentExtractor.kt261 private fun Notification.subText(): String? = getStringExtraUnlessEmpty(EXTRA_SUB_TEXT) in subText()
271 return getStringExtraUnlessEmpty(EXTRA_AUTOMATICALLY_EXTRACTED_SHORT_CRITICAL_TEXT) in subText()
382 private fun Notification.getStringExtraUnlessEmpty(key: String): String? = in getCharSequenceExtraUnlessEmpty() method