Home
last modified time | relevance | path

Searched refs:expectedTitle (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/src/android/app/cts/
DServiceTest.java187 private void assertNotification(int id, String expectedTitle) { in assertNotification() argument
197 if (expectedTitle.equals(actualTitle)) { in assertNotification()
203 + "expected '%s', actual '%s'", id, expectedTitle, actualTitle); in assertNotification()
DDialogTest.java323 final String expectedTitle = "Test Dialog Without theme"; in testSetTitle() local
327 mActivity.setUpTitle(expectedTitle); in testSetTitle()
331 assertEquals(expectedTitle, (String) d.getWindow().getAttributes().getTitle()); in testSetTitle()