Home
last modified time | relevance | path

Searched defs:toRedactedString (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/shared/model/
DPromotedNotificationContentModel.kt49 fun toRedactedString(): String { in toRedactedString() method
180 fun toRedactedString(): String { in toRedactedString() method
202 private fun CharSequence.toRedactedString(): String = "[$length]" in toRedactedString() method in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel
204 private fun ImageModel.toRedactedString(): String { in toRedactedString() method in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel
211 private fun LazyImage.toRedactedString(): String { in toRedactedString() method in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel
219 private fun ImageResult.toRedactedString(): String { in toRedactedString() method in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel