Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DBiometricTest.java312 final EditText subtitleBox = new EditText(this); in showCheckStringsDialog() local
313 subtitleBox.setHint("Subtitle"); in showCheckStringsDialog()
314 subtitleBox.setInputType(InputType.TYPE_CLASS_NUMBER); in showCheckStringsDialog()
315 layout.addView(subtitleBox); in showCheckStringsDialog()
334 final String subtitleEntered = subtitleBox.getText().toString(); in showCheckStringsDialog()