Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt255 val testBigText = extras.getCharSequence(Notification.EXTRA_BIG_TEXT).toString() in testBigTextRedacted() constant
258 assertWithMessage("expected big text to be redacted: $testBigText") in testBigTextRedacted()
259 .that(testBigText).doesNotContain(bigText) in testBigTextRedacted()