Searched refs:testSummaryText (Results 1 – 1 of 1) sorted by relevance
257 val testSummaryText = extras.getCharSequence(Notification.EXTRA_SUMMARY_TEXT).toString() in testBigTextRedacted() constant262 assertWithMessage("expected summary text to be redacted: $testSummaryText") in testBigTextRedacted()263 .that(testSummaryText).doesNotContain(summaryText) in testBigTextRedacted()