Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DBiometricTest.java322 final EditText negativeBox = new EditText(this); in showCheckStringsDialog() local
323 negativeBox.setHint("Negative Button"); in showCheckStringsDialog()
324 negativeBox.setInputType(InputType.TYPE_CLASS_NUMBER); in showCheckStringsDialog()
325 layout.addView(negativeBox); in showCheckStringsDialog()
336 final String negativeEntered = negativeBox.getText().toString(); in showCheckStringsDialog()