Home
last modified time | relevance | path

Searched defs:expectedTitle (Results 1 – 5 of 5) sorted by relevance

/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DDialogTests.java105 final String expectedTitle = mContext.getResources().getString(R.string.dialog_title); in testInterceptorActivity_unsuspend() local
155 final String expectedTitle = mContext.getResources().getString(R.string.dialog_title); in testInterceptorActivity_moreDetails() local
184 final String expectedTitle = "Test Dialog Title"; in testInterceptorActivity_strings() local
/cts/common/host-side/util-axt/src/com/android/compatibility/common/util/
DWindowManagerUtil.java92 @Nonnull String expectedTitle) throws Exception { in getWindowWithTitle()
105 @Nonnull String expectedTitle) throws Exception { in hasWindowWithTitle()
/cts/tests/app/src/android/app/cts/
DDialogTest.java397 final String expectedTitle = "Test Dialog Without theme"; in testSetTitle() local
DServiceTest.java513 private void assertNotification(int id, String expectedTitle, boolean shouldHaveFgsFlag) { in assertNotification()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java818 final String expectedTitle = (types[0] == SAVE_DATA_TYPE_GENERIC) in assertSaveOrUpdateShowing() local