Searched defs:expectedText (Results 1 – 9 of 9) sorted by relevance
43 final CharSequence expectedText = "test text link"; in testLinkifyAnnotation_annotation_returnTextWithClickableSpan() local62 final CharSequence expectedText = "test text Learn More"; in testLinkifyAnnotation_annotationWithEmptyUriString_returnOriginalText() local
51 String expectedText = "text" + index; in getHistoricalNotification() local82 String expectedText = "text"; in testHistoricalNotificationBuilder() local
51 String expectedText = "text" + index; in getHistoricalNotification() local
58 String expectedText = "text" + index; in getHistoricalNotification() local
74 String expectedText = "text" + index; in getHistoricalNotification() local
73 String expectedText = "text" + index; in getHistoricalNotification() local
117 final String expectedText = "Should last until about 7:45 PM"; in setBottomSummary_getCorrectSummary() local
316 final String expectedText; in testTextAppearanceInSuggestionsPopup() local
794 private void verifyContentEquals(CharSequence text, String expectedText) { in verifyContentEquals()