Searched refs:mRandomNegativeButtonText (Results 1 – 1 of 1) sorted by relevance
90 private String mRandomNegativeButtonText; field in BiometricTest283 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()