Searched defs:expectedText (Results 1 – 7 of 7) sorted by relevance
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
794 private void verifyContentEquals(CharSequence text, String expectedText) { in verifyContentEquals()