Home
last modified time | relevance | path

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

/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricPromptContentViewTest.java541 String expectedTitle, String expectedSubtitle, String expectedNegativeButtonText) { in checkTopViews() argument
557 if (expectedNegativeButtonText != null) { in checkTopViews()
558 assertThat(actualNegativeButton.getText()).isEqualTo(expectedNegativeButtonText); in checkTopViews()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java889 final String expectedNegativeButtonText = getString(negativeButtonStringId).toUpperCase(); in assertSaveOrUpdateShowing() local
893 .that(negativeButton.getText().toUpperCase()).isEqualTo(expectedNegativeButtonText); in assertSaveOrUpdateShowing()