Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/display/
DYesNoTestStep.java45 int positiveButtonText, int negativeButtonText) { in YesNoTestStep() argument
48 this.mNegativeButtonText = negativeButtonText; in YesNoTestStep()
/cts/tests/tests/preference/src/android/preference/cts/
DDialogPreferenceTest.java75 CharSequence negativeButtonText = mDialogPreference.getNegativeButtonText(); in testGetNegativeButtonText() local
78 assertEquals(negativeButtonText, negativeButtonTextExp); in testGetNegativeButtonText()
/cts/tests/tests/hardware/src/android/hardware/biometrics/cts/
DBiometricPromptTest.java80 final String negativeButtonText = "Negative Button"; in test_authenticate_fingerprint() local
87 builder.setNegativeButton(negativeButtonText, mExecutor, (dialog, which) -> { in test_authenticate_fingerprint()
95 assertTrue(TextUtils.equals(negativeButtonText, prompt.getNegativeButtonText())); in test_authenticate_fingerprint()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricTestBase.java365 @NonNull String negativeButtonText) throws Exception { in showDefaultBiometricPromptWithContents() argument
373 .setNegativeButton(negativeButtonText, executor, (dialog, which) -> { in showDefaultBiometricPromptWithContents()