Searched refs:expectedTitle (Results 1 – 2 of 2) sorted by relevance
187 private void assertNotification(int id, String expectedTitle) { in assertNotification() argument197 if (expectedTitle.equals(actualTitle)) { in assertNotification()203 + "expected '%s', actual '%s'", id, expectedTitle, actualTitle); in assertNotification()
323 final String expectedTitle = "Test Dialog Without theme"; in testSetTitle() local327 mActivity.setUpTitle(expectedTitle); in testSetTitle()331 assertEquals(expectedTitle, (String) d.getWindow().getAttributes().getTitle()); in testSetTitle()