Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt257 val testSummaryText = extras.getCharSequence(Notification.EXTRA_SUMMARY_TEXT).toString() in testBigTextRedacted() constant
262 assertWithMessage("expected summary text to be redacted: $testSummaryText") in testBigTextRedacted()
263 .that(testSummaryText).doesNotContain(summaryText) in testBigTextRedacted()