Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DBiometricStrongTests.java71 private Button mAuthenticateWithStrongBoxButton; field in BiometricStrongTests
92 mAuthenticateWithStrongBoxButton.setEnabled(true); in onBiometricEnrollFinished()
107 mAuthenticateWithStrongBoxButton = findViewById(R.id.authenticate_strongbox_button); in onCreate()
114 mAuthenticateWithStrongBoxButton.setVisibility(View.GONE); in onCreate()
128 mAuthenticateWithStrongBoxButton.setOnClickListener((view) -> { in onCreate()
244 mAuthenticateWithStrongBoxButton.setEnabled(false); in testBiometricBoundEncryption()