Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt182 assertNotificationTextRedacted(sbn) in testTextFieldsRedacted()
275 assertNotificationTextRedacted(sbn) in testCustomExtrasNotRedacted()
336 assertNotificationTextRedacted(activeSbn) in testGetActiveNotificationsRedacted()
348 assertNotificationTextRedacted(snoozedSbn) in testGetSnoozedNotificationsRedacted()
559 private fun assertNotificationTextRedacted(sbn: StatusBarNotification) { in assertNotificationTextRedacted() method