Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java766 final String positiveButtonStringId; in assertSaveOrUpdateShowing() local
769 positiveButtonStringId = RESOURCE_STRING_CONTINUE_BUTTON_YES; in assertSaveOrUpdateShowing()
772 positiveButtonStringId = update ? RESOURCE_STRING_UPDATE_BUTTON_YES in assertSaveOrUpdateShowing()
775 final String expectedPositiveButtonText = getString(positiveButtonStringId).toUpperCase(); in assertSaveOrUpdateShowing()