Searched refs:negativeButtonText (Results 1 – 4 of 4) sorted by relevance
45 int positiveButtonText, int negativeButtonText) { in YesNoTestStep() argument48 this.mNegativeButtonText = negativeButtonText; in YesNoTestStep()
75 CharSequence negativeButtonText = mDialogPreference.getNegativeButtonText(); in testGetNegativeButtonText() local78 assertEquals(negativeButtonText, negativeButtonTextExp); in testGetNegativeButtonText()
80 final String negativeButtonText = "Negative Button"; in test_authenticate_fingerprint() local87 builder.setNegativeButton(negativeButtonText, mExecutor, (dialog, which) -> { in test_authenticate_fingerprint()95 assertTrue(TextUtils.equals(negativeButtonText, prompt.getNegativeButtonText())); in test_authenticate_fingerprint()
365 @NonNull String negativeButtonText) throws Exception { in showDefaultBiometricPromptWithContents() argument373 .setNegativeButton(negativeButtonText, executor, (dialog, which) -> { in showDefaultBiometricPromptWithContents()