Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DBiometricTest.java90 private String mRandomNegativeButtonText; field in BiometricTest
283 mRandomNegativeButtonText = String.valueOf(random.nextInt(1000)); in showInstructionDialogForStringsTest()
296 "Negative Button: " + mRandomNegativeButtonText); in showInstructionDialogForStringsTest()
347 } else if (!negativeEntered.contentEquals(mRandomNegativeButtonText)) { in showCheckStringsDialog()
349 + negativeEntered + " " + mRandomNegativeButtonText); in showCheckStringsDialog()