Searched refs:expectedTitle (Results 1 – 3 of 3) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | UiBot.java | 659 final String expectedTitle = (types[0] == SAVE_DATA_TYPE_GENERIC) 663 assertThat(actualTitle).isEqualTo(expectedTitle); 949 final String expectedTitle = getString(RESOURCE_STRING_DATASET_PICKER_ACCESSIBILITY_TITLE); 950 assertAccessibilityTitle(picker, expectedTitle); 962 private void assertAccessibilityTitle(UiObject2 object, String expectedTitle) { 967 if (title != null && title.toString().equals(expectedTitle)) { 971 throw new RetryableException("Title '%s' not found for %s", expectedTitle, object);
|
/cts/tests/app/src/android/app/cts/ |
D | DialogTest.java | 418 final String expectedTitle = "Test Dialog Without theme"; in testSetTitle() local 422 mActivity.setUpTitle(expectedTitle); in testSetTitle() 426 assertEquals(expectedTitle, (String) d.getWindow().getAttributes().getTitle()); in testSetTitle()
|
D | ServiceTest.java | 497 private void assertNotification(int id, String expectedTitle) { in assertNotification() argument 507 if (expectedTitle.equals(actualTitle)) { in assertNotification() 513 + "expected '%s', actual '%s'", id, expectedTitle, actualTitle); in assertNotification()
|