Searched defs:expectedText (Results 1 – 10 of 10) 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
64 final String expectedText = String.format(mDefaultLocale, "+%.1f", in updateValue_updatesTextWithScrollValue() local
58 String expectedText = "text" + index; in getHistoricalNotification() local89 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
119 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()