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.java866 final String positiveButtonStringId; in assertSaveOrUpdateShowing() local
869 positiveButtonStringId = RESOURCE_STRING_CONTINUE_BUTTON_YES; in assertSaveOrUpdateShowing()
872 positiveButtonStringId = update ? RESOURCE_STRING_UPDATE_BUTTON_YES in assertSaveOrUpdateShowing()
875 final String expectedPositiveButtonText = getString(positiveButtonStringId).toUpperCase(); in assertSaveOrUpdateShowing()