Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DBiometricStrongTests.java70 private Button mAuthenticateWithoutStrongBoxButton; field in BiometricStrongTests
91 mAuthenticateWithoutStrongBoxButton.setEnabled(true); in onBiometricEnrollFinished()
106 mAuthenticateWithoutStrongBoxButton = findViewById(R.id.authenticate_no_strongbox_button); in onCreate()
123 mAuthenticateWithoutStrongBoxButton.setOnClickListener((view) -> { in onCreate()
247 mAuthenticateWithoutStrongBoxButton.setEnabled(false); in testBiometricBoundEncryption()