Searched refs:expectedTitle (Results 1 – 3 of 3) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | UiBot.java | 518 final String expectedTitle = (types[0] == SAVE_DATA_TYPE_GENERIC) 523 assertThat(actualTitle).isEqualTo(expectedTitle); 745 final String expectedTitle = getString(RESOURCE_STRING_DATASET_PICKER_ACCESSIBILITY_TITLE); 746 assertAccessibilityTitle(picker, expectedTitle); 758 private void assertAccessibilityTitle(UiObject2 object, String expectedTitle) { 763 if (title != null && title.toString().equals(expectedTitle)) { 767 throw new RetryableException("Title '%s' not found for %s", expectedTitle, object);
|
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 237 private void assertNotification(int id, String expectedTitle) { in assertNotification() argument 247 if (expectedTitle.equals(actualTitle)) { in assertNotification() 253 + "expected '%s', actual '%s'", id, expectedTitle, actualTitle); in assertNotification()
|
D | DialogTest.java | 411 final String expectedTitle = "Test Dialog Without theme"; in testSetTitle() local 415 mActivity.setUpTitle(expectedTitle); in testSetTitle() 419 assertEquals(expectedTitle, (String) d.getWindow().getAttributes().getTitle()); in testSetTitle()
|